diff options
| author | Eli Zaretskii | 2018-05-23 19:02:00 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-05-23 19:02:00 +0300 |
| commit | a89795944b7291c24a5cffd82365dde600f598d5 (patch) | |
| tree | 717b81cc66b27fdca07cebc4dff0ed4e7cd7d69c | |
| parent | e3f00f5637a2790923a9c4c1d4b7dbf65027d8ce (diff) | |
| download | emacs-a89795944b7291c24a5cffd82365dde600f598d5.tar.gz emacs-a89795944b7291c24a5cffd82365dde600f598d5.zip | |
Minor copyedits in Emacs manual in macos.texi
* doc/emacs/macos.texi (Mac / GNUstep Basics)
(Mac / GNUstep Events): Fix markup and capitalization.
(Bug#31568)
| -rw-r--r-- | doc/emacs/macos.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/macos.texi b/doc/emacs/macos.texi index cfb63fe1d8c..34b645dbc17 100644 --- a/doc/emacs/macos.texi +++ b/doc/emacs/macos.texi | |||
| @@ -59,7 +59,7 @@ default). A value of @code{control}, @code{meta}, @code{alt}, | |||
| 59 | modifier keys; a value of @code{left} means be the same key as | 59 | modifier keys; a value of @code{left} means be the same key as |
| 60 | @code{ns-alternate-modifier}; a value of @code{none} tells Emacs to | 60 | @code{ns-alternate-modifier}; a value of @code{none} tells Emacs to |
| 61 | ignore them, in which case you get the default behavior of macOS | 61 | ignore them, in which case you get the default behavior of macOS |
| 62 | accentuation system from the right option key. | 62 | accentuation system from the right @key{Option} key. |
| 63 | 63 | ||
| 64 | @kbd{S-mouse-1} adjusts the region to the click position, | 64 | @kbd{S-mouse-1} adjusts the region to the click position, |
| 65 | just like @kbd{mouse-3} (@code{mouse-save-then-kill}); it does not pop | 65 | just like @kbd{mouse-3} (@code{mouse-save-then-kill}); it does not pop |
| @@ -170,7 +170,7 @@ the requested line (@code{ns-open-file-select-line}). | |||
| 170 | This event occurs when a user drags an object from another application | 170 | This event occurs when a user drags an object from another application |
| 171 | into an Emacs frame. The default behavior is to open a file in the | 171 | into an Emacs frame. The default behavior is to open a file in the |
| 172 | window under the mouse, or to insert text at point of the window under | 172 | window under the mouse, or to insert text at point of the window under |
| 173 | the mouse. It may sometimes be necessary to use the @key{META} key in | 173 | the mouse. It may sometimes be necessary to use the @key{Meta} key in |
| 174 | conjunction with dragging to force text insertion. | 174 | conjunction with dragging to force text insertion. |
| 175 | 175 | ||
| 176 | @item ns-change-font | 176 | @item ns-change-font |