emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/help.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/man/help.texi
Date: Sun, 30 Jan 2005 06:15:45 -0500

Index: emacs/man/help.texi
diff -c emacs/man/help.texi:1.29 emacs/man/help.texi:1.30
*** emacs/man/help.texi:1.29    Sat Aug 21 11:58:30 2004
--- emacs/man/help.texi Sun Jan 30 11:15:45 2005
***************
*** 40,46 ****
  @cindex looking for a subject in documentation
    If you are looking for a certain feature, but don't know where
  exactly it is documented, and aren't sure of the name of a
! related command or option, we recommend trying these methods.  Usually
  it is best to start with an apropos command, then try searching the
  manual index, then finally look in the FAQ and the package keywords.
  
--- 40,46 ----
  @cindex looking for a subject in documentation
    If you are looking for a certain feature, but don't know where
  exactly it is documented, and aren't sure of the name of a
! related command or variable, we recommend trying these methods.  Usually
  it is best to start with an apropos command, then try searching the
  manual index, then finally look in the FAQ and the package keywords.
  
***************
*** 51,59 ****
  command displays to find what you are looking for.  @xref{Apropos}.
  
  @item M-x apropos @key{RET} @var{topic} @key{RET}
! This works like @kbd{C-h a}, but it also searches for user options and
! other variables, in case the feature you are looking for is controlled
! by an option, not a command.  @xref{Apropos}.
  
  @item M-x apropos-documentation @key{RET} @var{topic} @key{RET}
  This searches the @emph{documentation strings} (the built-in short
--- 51,59 ----
  command displays to find what you are looking for.  @xref{Apropos}.
  
  @item M-x apropos @key{RET} @var{topic} @key{RET}
! This works like @kbd{C-h a}, but it also searches for variables,
! in case the feature you are looking for is controlled by a variable
! rather than a command.  @xref{Apropos}.
  
  @item M-x apropos-documentation @key{RET} @var{topic} @key{RET}
  This searches the @emph{documentation strings} (the built-in short
***************
*** 302,310 ****
  
  @findex apropos-variable
    To list all user variables that match a regexp, use the command
! @kbd{M-x apropos-variable}. This command shows only user variables and
! customization options by default; if you specify a prefix argument, it
! checks all variables.
  
  @findex apropos
    To list all Lisp symbols that contain a match for a regexp, not just
--- 302,310 ----
  
  @findex apropos-variable
    To list all user variables that match a regexp, use the command
! @kbd{M-x apropos-variable}.  By default, this command shows only
! variables meant for user customization; if you specify a prefix
! argument, it checks all variables.
  
  @findex apropos
    To list all Lisp symbols that contain a match for a regexp, not just




reply via email to

[Prev in Thread] Current Thread [Next in Thread]