From: Eli Zaretskii Date: Fri, 2 Dec 2016 09:14:11 +0000 (+0200) Subject: ; * doc/emacs/programs.texi (Man Page): Fix last change. X-Git-Tag: emacs-25.1.91~41 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c20035c;p=emacs.git ; * doc/emacs/programs.texi (Man Page): Fix last change. --- diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index 4c382c16b7d..3c802281207 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi @@ -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)}