diff options
| author | Eli Zaretskii | 2018-01-30 18:09:28 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2018-01-30 18:09:28 +0200 |
| commit | 55a2b769a1c0a55aa2c7fe81d2e182f83bc19528 (patch) | |
| tree | 1888d49f37f7d2a488669608fcc1d7c22a800610 | |
| parent | bc8dc37f1cd6dcede1f5f409a3aeb8fb345d642e (diff) | |
| download | emacs-55a2b769a1c0a55aa2c7fe81d2e182f83bc19528.tar.gz emacs-55a2b769a1c0a55aa2c7fe81d2e182f83bc19528.zip | |
More fixes in the Emacs manual
* doc/emacs/screen.texi (Mode Line): Fix markup and
cross-references.
(Menu Bar): Correct inaccurate description.
* doc/emacs/macos.texi (Mac OS / GNUstep, Mac / GNUstep Events):
* doc/emacs/frames.texi (Scroll Bars):
* doc/emacs/emacs.texi (Top):
* doc/emacs/ack.texi (Acknowledgments): Fix spelling of "macOS".
* doc/emacs/misc.texi (Invoking emacsclient)
(emacsclient Options): Fix markup of 'emacsclient'. Suggested by
Michael Albinus <michael.albinus@gmx.de> in
emacs-manual-bugs@gnu.org.
| -rw-r--r-- | doc/emacs/ack.texi | 4 | ||||
| -rw-r--r-- | doc/emacs/emacs.texi | 8 | ||||
| -rw-r--r-- | doc/emacs/frames.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/macos.texi | 12 | ||||
| -rw-r--r-- | doc/emacs/misc.texi | 12 | ||||
| -rw-r--r-- | doc/emacs/screen.texi | 12 |
6 files changed, 25 insertions, 25 deletions
diff --git a/doc/emacs/ack.texi b/doc/emacs/ack.texi index ee8649a0451..20c8d4e610b 100644 --- a/doc/emacs/ack.texi +++ b/doc/emacs/ack.texi | |||
| @@ -209,8 +209,8 @@ for Korean Hanja. | |||
| 209 | 209 | ||
| 210 | @item | 210 | @item |
| 211 | Andrew Choi and Yamamoto Mitsuharu wrote the Carbon support, used | 211 | Andrew Choi and Yamamoto Mitsuharu wrote the Carbon support, used |
| 212 | prior to Emacs 23 for Mac OS@. Yamamoto Mitsuharu continued to | 212 | prior to Emacs 23 for macOS@. Yamamoto Mitsuharu continued to |
| 213 | contribute to Mac OS support in the newer Nextstep port; and also | 213 | contribute to macOS support in the newer Nextstep port; and also |
| 214 | improved support for multi-monitor displays. | 214 | improved support for multi-monitor displays. |
| 215 | 215 | ||
| 216 | @item | 216 | @item |
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index 5904740b1f6..0051868fee6 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi | |||
| @@ -221,7 +221,7 @@ Appendices | |||
| 221 | * Emacs Invocation:: Hairy startup options. | 221 | * Emacs Invocation:: Hairy startup options. |
| 222 | * X Resources:: X resources for customizing Emacs. | 222 | * X Resources:: X resources for customizing Emacs. |
| 223 | * Antinews:: Information about Emacs version 25. | 223 | * Antinews:: Information about Emacs version 25. |
| 224 | * Mac OS / GNUstep:: Using Emacs under Mac OS and GNUstep. | 224 | * Mac OS / GNUstep:: Using Emacs under macOS and GNUstep. |
| 225 | * Microsoft Windows:: Using Emacs on Microsoft Windows and MS-DOS. | 225 | * Microsoft Windows:: Using Emacs on Microsoft Windows and MS-DOS. |
| 226 | * Manifesto:: What's GNU? Gnu's Not Unix! | 226 | * Manifesto:: What's GNU? Gnu's Not Unix! |
| 227 | 227 | ||
| @@ -1226,10 +1226,10 @@ GTK resources | |||
| 1226 | * GTK Names in Emacs:: GTK widgets used by Emacs. | 1226 | * GTK Names in Emacs:: GTK widgets used by Emacs. |
| 1227 | * GTK styles:: What can be customized in a GTK widget. | 1227 | * GTK styles:: What can be customized in a GTK widget. |
| 1228 | 1228 | ||
| 1229 | Emacs and Mac OS / GNUstep | 1229 | Emacs and macOS / GNUstep |
| 1230 | 1230 | ||
| 1231 | * Mac / GNUstep Basics:: Basic Emacs usage under GNUstep or Mac OS. | 1231 | * Mac / GNUstep Basics:: Basic Emacs usage under GNUstep or macOS. |
| 1232 | * Mac / GNUstep Customization:: Customizations under GNUstep or Mac OS. | 1232 | * Mac / GNUstep Customization:: Customizations under GNUstep or macOS. |
| 1233 | * Mac / GNUstep Events:: How window system events are handled. | 1233 | * Mac / GNUstep Events:: How window system events are handled. |
| 1234 | * GNUstep Support:: Details on status of GNUstep support. | 1234 | * GNUstep Support:: Details on status of GNUstep support. |
| 1235 | 1235 | ||
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index 7a7e1fd5636..7c1d36c720b 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi | |||
| @@ -975,7 +975,7 @@ variable @code{scroll-bar-mode}. Its value should be either | |||
| 975 | @code{right} (put scroll bars on the right side of windows), @code{left} | 975 | @code{right} (put scroll bars on the right side of windows), @code{left} |
| 976 | (put them on the left), or @code{nil} (disable vertical scroll bars). | 976 | (put them on the left), or @code{nil} (disable vertical scroll bars). |
| 977 | By default, Emacs puts scroll bars on the right if it was compiled with | 977 | By default, Emacs puts scroll bars on the right if it was compiled with |
| 978 | GTK+ support on the X Window System, and on MS-Windows or Mac OS; Emacs | 978 | GTK+ support on the X Window System, and on MS-Windows or macOS; Emacs |
| 979 | puts scroll bars on the left if compiled on the X Window System without | 979 | puts scroll bars on the left if compiled on the X Window System without |
| 980 | GTK+ support (following the old convention for X applications). | 980 | GTK+ support (following the old convention for X applications). |
| 981 | 981 | ||
diff --git a/doc/emacs/macos.texi b/doc/emacs/macos.texi index 9af6f93b0c8..cf4e48bacb8 100644 --- a/doc/emacs/macos.texi +++ b/doc/emacs/macos.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c Copyright (C) 2000-2018 Free Software Foundation, Inc. | 2 | @c Copyright (C) 2000-2018 Free Software Foundation, Inc. |
| 3 | @c See file emacs.texi for copying conditions. | 3 | @c See file emacs.texi for copying conditions. |
| 4 | @node Mac OS / GNUstep | 4 | @node Mac OS / GNUstep |
| 5 | @appendix Emacs and Mac OS / GNUstep | 5 | @appendix Emacs and macOS / GNUstep |
| 6 | @cindex macOS | 6 | @cindex macOS |
| 7 | @cindex Macintosh | 7 | @cindex Macintosh |
| 8 | @cindex GNUstep | 8 | @cindex GNUstep |
| @@ -12,7 +12,7 @@ the GNUstep libraries on GNU/Linux or other operating systems, or on | |||
| 12 | macOS with native window system support. On macOS, Emacs can be | 12 | macOS with native window system support. On macOS, Emacs can be |
| 13 | built either without window system support, with X11, or with the | 13 | built either without window system support, with X11, or with the |
| 14 | Cocoa interface; this section only applies to the Cocoa build. This | 14 | Cocoa interface; this section only applies to the Cocoa build. This |
| 15 | does not support versions before Mac OS X 10.6. | 15 | does not support versions before macOS 10.6. |
| 16 | 16 | ||
| 17 | For various historical and technical reasons, Emacs uses the term | 17 | For various historical and technical reasons, Emacs uses the term |
| 18 | @samp{Nextstep} internally, instead of ``Cocoa'' or ``macOS''; for | 18 | @samp{Nextstep} internally, instead of ``Cocoa'' or ``macOS''; for |
| @@ -25,14 +25,14 @@ this writing, Emacs GNUstep support is alpha status (@pxref{GNUstep | |||
| 25 | Support}), but we hope to improve it in the future. | 25 | Support}), but we hope to improve it in the future. |
| 26 | 26 | ||
| 27 | @menu | 27 | @menu |
| 28 | * Mac / GNUstep Basics:: Basic Emacs usage under GNUstep or Mac OS. | 28 | * Mac / GNUstep Basics:: Basic Emacs usage under GNUstep or macOS. |
| 29 | * Mac / GNUstep Customization:: Customizations under GNUstep or Mac OS. | 29 | * Mac / GNUstep Customization:: Customizations under GNUstep or macOS. |
| 30 | * Mac / GNUstep Events:: How window system events are handled. | 30 | * Mac / GNUstep Events:: How window system events are handled. |
| 31 | * GNUstep Support:: Details on status of GNUstep support. | 31 | * GNUstep Support:: Details on status of GNUstep support. |
| 32 | @end menu | 32 | @end menu |
| 33 | 33 | ||
| 34 | @node Mac / GNUstep Basics | 34 | @node Mac / GNUstep Basics |
| 35 | @section Basic Emacs usage under Mac OS and GNUstep | 35 | @section Basic Emacs usage under macOS and GNUstep |
| 36 | 36 | ||
| 37 | By default, the @key{alt} and @key{option} keys are the same as | 37 | By default, the @key{alt} and @key{option} keys are the same as |
| 38 | @key{Meta}. The Mac @key{Cmd} key is the same as @key{Super}, and | 38 | @key{Meta}. The Mac @key{Cmd} key is the same as @key{Super}, and |
| @@ -128,7 +128,7 @@ at the command-line before starting Emacs: | |||
| 128 | 128 | ||
| 129 | 129 | ||
| 130 | @node Mac / GNUstep Events | 130 | @node Mac / GNUstep Events |
| 131 | @section Windowing System Events under Mac OS / GNUstep | 131 | @section Windowing System Events under macOS / GNUstep |
| 132 | 132 | ||
| 133 | Nextstep applications receive a number of special events which have | 133 | Nextstep applications receive a number of special events which have |
| 134 | no X equivalent. These are sent as specially defined key events, which | 134 | no X equivalent. These are sent as specially defined key events, which |
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index aeb8560ea00..3300ed67c6e 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi | |||
| @@ -1729,7 +1729,7 @@ different virtual terminals, and switch to the Emacs server's virtual | |||
| 1729 | terminal after calling @command{emacsclient}; or (ii) call | 1729 | terminal after calling @command{emacsclient}; or (ii) call |
| 1730 | @command{emacsclient} from within the Emacs server itself, using Shell | 1730 | @command{emacsclient} from within the Emacs server itself, using Shell |
| 1731 | mode (@pxref{Interactive Shell}) or Term mode (@pxref{Term Mode}); | 1731 | mode (@pxref{Interactive Shell}) or Term mode (@pxref{Term Mode}); |
| 1732 | @code{emacsclient} blocks only the subshell under Emacs, and you can | 1732 | @command{emacsclient} blocks only the subshell under Emacs, and you can |
| 1733 | still use Emacs to edit the file. | 1733 | still use Emacs to edit the file. |
| 1734 | 1734 | ||
| 1735 | @kindex C-x # | 1735 | @kindex C-x # |
| @@ -1794,13 +1794,13 @@ listed below: | |||
| 1794 | @table @samp | 1794 | @table @samp |
| 1795 | @item -a @var{command} | 1795 | @item -a @var{command} |
| 1796 | @itemx --alternate-editor=@var{command} | 1796 | @itemx --alternate-editor=@var{command} |
| 1797 | Specify a shell command to run if @code{emacsclient} fails to contact Emacs. | 1797 | Specify a shell command to run if @command{emacsclient} fails to |
| 1798 | This is useful when running @code{emacsclient} in a script. | 1798 | contact Emacs. This is useful when running @code{emacsclient} in a |
| 1799 | The command may include arguments, which may be quoted "like this". | 1799 | script. The command may include arguments, which may be quoted "like |
| 1800 | Currently, escaping of quotes is not supported. | 1800 | this". Currently, escaping of quotes is not supported. |
| 1801 | 1801 | ||
| 1802 | As a special exception, if @var{command} is the empty string, then | 1802 | As a special exception, if @var{command} is the empty string, then |
| 1803 | @code{emacsclient} starts Emacs in daemon mode (as @command{emacs | 1803 | @command{emacsclient} starts Emacs in daemon mode (as @samp{emacs |
| 1804 | --daemon}) and then tries connecting again. | 1804 | --daemon}) and then tries connecting again. |
| 1805 | 1805 | ||
| 1806 | @cindex @env{ALTERNATE_EDITOR} environment variable | 1806 | @cindex @env{ALTERNATE_EDITOR} environment variable |
diff --git a/doc/emacs/screen.texi b/doc/emacs/screen.texi index fb4eff9711a..c8b22aa68cb 100644 --- a/doc/emacs/screen.texi +++ b/doc/emacs/screen.texi | |||
| @@ -228,8 +228,8 @@ modified, it shows two stars (@samp{**}). For a read-only buffer, it | |||
| 228 | shows @samp{%*} if the buffer is modified, and @samp{%%} otherwise. | 228 | shows @samp{%*} if the buffer is modified, and @samp{%%} otherwise. |
| 229 | 229 | ||
| 230 | The character after @var{ch} is normally a dash (@samp{-}). | 230 | The character after @var{ch} is normally a dash (@samp{-}). |
| 231 | However, if the default-directory for the current buffer is on a | 231 | However, if @code{default-directory} (@pxref{File Names}) for the |
| 232 | remote machine (@pxref{File Names}), @samp{@@} is displayed instead. | 232 | current buffer is on a remote machine, @samp{@@} is displayed instead. |
| 233 | 233 | ||
| 234 | @var{fr} gives the selected frame name (@pxref{Frames}). It appears | 234 | @var{fr} gives the selected frame name (@pxref{Frames}). It appears |
| 235 | only on text terminals. The initial frame's name is @samp{F1}. | 235 | only on text terminals. The initial frame's name is @samp{F1}. |
| @@ -296,10 +296,10 @@ at the end of a menu item means that the command will prompt you for | |||
| 296 | further input before it actually does anything. | 296 | further input before it actually does anything. |
| 297 | 297 | ||
| 298 | Some of the commands in the menu bar have ordinary key bindings as | 298 | Some of the commands in the menu bar have ordinary key bindings as |
| 299 | well; if so, a key binding is shown in parentheses after the item | 299 | well; if so, a key binding is shown after the item itself. To view |
| 300 | itself. To view the full command name and documentation for a menu | 300 | the full command name and documentation for a menu item, type |
| 301 | item, type @kbd{C-h k}, and then select the menu bar with the mouse in | 301 | @kbd{C-h k}, and then select the menu bar with the mouse in the usual |
| 302 | the usual way (@pxref{Key Help}). | 302 | way (@pxref{Key Help}). |
| 303 | 303 | ||
| 304 | @kindex F10 | 304 | @kindex F10 |
| 305 | @findex menu-bar-open | 305 | @findex menu-bar-open |