summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2016-12-02 11:14:11 +0200
committerEli Zaretskii <eliz@gnu.org>2016-12-02 11:14:11 +0200
commitc20035cd2bfc45bcecb52e51dea4ff8241d81b89 (patch)
tree503e44ba73aa079d529ab139e601cfb91d34358e
parent93d83462889ed42bdc67b6c262813fa4f1d0af75 (diff)
downloademacs-c20035cd2bfc45bcecb52e51dea4ff8241d81b89.tar.gz
; * doc/emacs/programs.texi (Man Page): Fix last change.
-rw-r--r--doc/emacs/programs.texi6
1 files 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)}