From c20035cd2bfc45bcecb52e51dea4ff8241d81b89 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 2 Dec 2016 11:14:11 +0200 Subject: [PATCH] ; * doc/emacs/programs.texi (Man Page): Fix last change. --- doc/emacs/programs.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)} -- 2.39.2