]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/emacs/programs.texi (Man Page): Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Fri, 2 Dec 2016 09:14:11 +0000 (11:14 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 2 Dec 2016 09:14:11 +0000 (11:14 +0200)
doc/emacs/programs.texi

index 4c382c16b7d5a861c2d44c1de5411f3ef4fd7a9a..3c802281207c18b6a8758e357392fe17354a06c5 100644 (file)
@@ -1210,11 +1210,11 @@ mode buffer.
 named by a digit or by a digit and a letter.  Sometimes there are man
 pages with the same name in different sections.  To read a man page
 from a specific section, type @samp{@var{topic}(@var{section})} or
-@samp{@var{section} @var{topic}} when @kbd{M-x manual-entry} prompts
-for the topic.  For example, the man page for the C library function
+@samp{@var{section} @var{topic}} when @kbd{M-x man} prompts for the
+topic.  For example, the man page for the C library function
 @code{chmod} is in section 2, but there is a shell command of the same
 name, whose man page is in section 1; to view the former, type
-@kbd{M-x manual-entry @key{RET} chmod(2) @key{RET}}.
+@w{@kbd{M-x man @key{RET} chmod(2) @key{RET}}}.
 
 @vindex Man-switches
 @kindex M-n @r{(Man mode)}