aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2016-12-07 12:41:05 -0800
committerPaul Eggert2016-12-07 12:41:05 -0800
commit99e20f105aa8a33ca9e70b741400a46447a287af (patch)
tree54f401c83871ceddcacfdd48abb2dbd661d03d46 /doc
parente22eabd5bcd6a840b4f4ff91e37a64c606c9751d (diff)
parentba2847f5a5c3a34274d564584ce6e1d1fbae6e85 (diff)
downloademacs-99e20f105aa8a33ca9e70b741400a46447a287af.tar.gz
emacs-99e20f105aa8a33ca9e70b741400a46447a287af.zip
Merge from origin/emacs-25
ba2847f ; * lisp/vc/ediff-util.el (ediff-janitor): Fix last change. ... 8b43f97 * lisp/vc/ediff-util.el (ediff-janitor): Doc fix. (Bug#25046) c20035c ; * doc/emacs/programs.texi (Man Page): Fix last change. 93d8346 Improve indexing of 'man'
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/programs.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi
index e409affd67d..3c802281207 100644
--- a/doc/emacs/programs.texi
+++ b/doc/emacs/programs.texi
@@ -1193,7 +1193,7 @@ replace man pages with better-organized manuals that you can browse
1193with Info (@pxref{Misc Help}). This process is not finished, so it is 1193with Info (@pxref{Misc Help}). This process is not finished, so it is
1194still useful to read manual pages. 1194still useful to read manual pages.
1195 1195
1196@findex manual-entry 1196@findex man
1197 You can read the man page for an operating system command, library 1197 You can read the man page for an operating system command, library
1198function, or system call, with the @kbd{M-x man} command. This 1198function, or system call, with the @kbd{M-x man} command. This
1199prompts for a topic, with completion (@pxref{Completion}), and runs 1199prompts for a topic, with completion (@pxref{Completion}), and runs
@@ -1210,11 +1210,11 @@ mode buffer.
1210named by a digit or by a digit and a letter. Sometimes there are man 1210named by a digit or by a digit and a letter. Sometimes there are man
1211pages with the same name in different sections. To read a man page 1211pages with the same name in different sections. To read a man page
1212from a specific section, type @samp{@var{topic}(@var{section})} or 1212from a specific section, type @samp{@var{topic}(@var{section})} or
1213@samp{@var{section} @var{topic}} when @kbd{M-x manual-entry} prompts 1213@samp{@var{section} @var{topic}} when @kbd{M-x man} prompts for the
1214for the topic. For example, the man page for the C library function 1214topic. For example, the man page for the C library function
1215@code{chmod} is in section 2, but there is a shell command of the same 1215@code{chmod} is in section 2, but there is a shell command of the same
1216name, whose man page is in section 1; to view the former, type 1216name, whose man page is in section 1; to view the former, type
1217@kbd{M-x manual-entry @key{RET} chmod(2) @key{RET}}. 1217@w{@kbd{M-x man @key{RET} chmod(2) @key{RET}}}.
1218 1218
1219@vindex Man-switches 1219@vindex Man-switches
1220@kindex M-n @r{(Man mode)} 1220@kindex M-n @r{(Man mode)}