diff options
| author | Glenn Morris | 2018-02-22 09:27:21 -0800 |
|---|---|---|
| committer | Glenn Morris | 2018-02-22 09:27:21 -0800 |
| commit | 6bfb754c3ee2e0d667d36fb4300e2880715ea895 (patch) | |
| tree | bfa882d420c6da5679f2c54d8d4d20dd1ebe6b2c /doc/misc | |
| parent | cb55ccae8be946f1562d74718086a4c8c8308ee5 (diff) | |
| parent | 83187cd900c799865c967620eef3b7c18f3d168f (diff) | |
| download | emacs-6bfb754c3ee2e0d667d36fb4300e2880715ea895.tar.gz emacs-6bfb754c3ee2e0d667d36fb4300e2880715ea895.zip | |
Merge from origin/emacs-26
83187cd (origin/emacs-26) Skip mouse-face overlap check when mouse-fa...
a6d8f2b Fix capitalization of "Mail-Followup-To"
f9640f9 * lisp/progmodes/grep.el (grep-compute-defaults):
3a26c8a Semantic manual fixes
106a9f6 More improvements in the Emacs manual
244db85 * doc/misc/viper.texi (File and Buffer Handling): Add missing...
f0d6a16 Fix documentation of 'x-underline-at-descent-line'
69a8f45 * lisp/textmodes/flyspell.el (flyspell-get-word): Doc fix.
05214c6 Correct variable markup in manuals
355c644 Improve the "Sending Mail" chapter of Emacs manual
Conflicts:
src/nsterm.m
src/w32term.c
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/dired-x.texi | 2 | ||||
| -rw-r--r-- | doc/misc/epa.texi | 4 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 2 | ||||
| -rw-r--r-- | doc/misc/semantic.texi | 5 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 4 | ||||
| -rw-r--r-- | doc/misc/url.texi | 5 | ||||
| -rw-r--r-- | doc/misc/viper.texi | 8 |
7 files changed, 15 insertions, 15 deletions
diff --git a/doc/misc/dired-x.texi b/doc/misc/dired-x.texi index 8566c7c0b99..8c613080c3f 100644 --- a/doc/misc/dired-x.texi +++ b/doc/misc/dired-x.texi | |||
| @@ -733,7 +733,7 @@ and an optional argument @var{marker-char} specifies the marker used. | |||
| 733 | @findex dired-mark-suffix | 733 | @findex dired-mark-suffix |
| 734 | Mark all files with a certain suffix for use in later commands. A @samp{.} | 734 | Mark all files with a certain suffix for use in later commands. A @samp{.} |
| 735 | is not automatically prepended to the string entered, you must type it | 735 | is not automatically prepended to the string entered, you must type it |
| 736 | explicitly. This is different from @var{dired-mark-extension} which prepends | 736 | explicitly. This is different from @code{dired-mark-extension} which prepends |
| 737 | a @samp{.} if not present. | 737 | a @samp{.} if not present. |
| 738 | If invoked with prefix argument @kbd{C-u}, this command unmarks files instead. | 738 | If invoked with prefix argument @kbd{C-u}, this command unmarks files instead. |
| 739 | If called with the @kbd{C-u C-u} prefix, asks for a character to use | 739 | If called with the @kbd{C-u C-u} prefix, asks for a character to use |
diff --git a/doc/misc/epa.texi b/doc/misc/epa.texi index 8c21a262a1e..237617a524b 100644 --- a/doc/misc/epa.texi +++ b/doc/misc/epa.texi | |||
| @@ -363,7 +363,7 @@ Similarly, when you save the buffer to a @file{foo.gpg} file, | |||
| 363 | encrypted data is written. | 363 | encrypted data is written. |
| 364 | 364 | ||
| 365 | The file name pattern for encrypted files can be controlled by | 365 | The file name pattern for encrypted files can be controlled by |
| 366 | @var{epa-file-name-regexp}. | 366 | @code{epa-file-name-regexp}. |
| 367 | 367 | ||
| 368 | @defvar epa-file-name-regexp | 368 | @defvar epa-file-name-regexp |
| 369 | Regexp which matches filenames treated as encrypted. | 369 | Regexp which matches filenames treated as encrypted. |
| @@ -392,7 +392,7 @@ public key encryption. | |||
| 392 | @end deffn | 392 | @end deffn |
| 393 | 393 | ||
| 394 | You can also change the default behavior with the variable | 394 | You can also change the default behavior with the variable |
| 395 | @var{epa-file-select-keys}. | 395 | @code{epa-file-select-keys}. |
| 396 | 396 | ||
| 397 | @defvar epa-file-select-keys | 397 | @defvar epa-file-select-keys |
| 398 | Control whether or not to pop up the key selection dialog. | 398 | Control whether or not to pop up the key selection dialog. |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 8c2fc56dd6e..da455f3a9dd 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -15179,7 +15179,7 @@ All new mail files will get this file mode. The default is @code{#o600}. | |||
| 15179 | @item mail-source-movemail-program | 15179 | @item mail-source-movemail-program |
| 15180 | @vindex mail-source-movemail-program | 15180 | @vindex mail-source-movemail-program |
| 15181 | If non-@code{nil}, name of program for fetching new mail. If | 15181 | If non-@code{nil}, name of program for fetching new mail. If |
| 15182 | @code{nil}, @code{movemail} in @var{exec-directory}. | 15182 | @code{nil}, @code{movemail} in @code{exec-directory}. |
| 15183 | 15183 | ||
| 15184 | @end table | 15184 | @end table |
| 15185 | 15185 | ||
diff --git a/doc/misc/semantic.texi b/doc/misc/semantic.texi index 9597b4b23df..8d4920ce727 100644 --- a/doc/misc/semantic.texi +++ b/doc/misc/semantic.texi | |||
| @@ -445,7 +445,7 @@ completion lists. | |||
| 445 | @node Tools | 445 | @node Tools |
| 446 | @section Tools | 446 | @section Tools |
| 447 | 447 | ||
| 448 | These files contain various tools a user can use. | 448 | These files contain various tools for users. |
| 449 | 449 | ||
| 450 | @table @file | 450 | @table @file |
| 451 | @item semantic-idle.el | 451 | @item semantic-idle.el |
| @@ -485,8 +485,7 @@ A bunch of small minor-modes that exposes aspects of the semantic | |||
| 485 | parser state. Includes @code{semantic-stickyfunc-mode}. | 485 | parser state. Includes @code{semantic-stickyfunc-mode}. |
| 486 | 486 | ||
| 487 | @item document.el | 487 | @item document.el |
| 488 | @itemx document-vars.el | 488 | Create and update comments for tags. |
| 489 | Create an update comments for tags. | ||
| 490 | 489 | ||
| 491 | @item semantic-adebug.el | 490 | @item semantic-adebug.el |
| 492 | Extensions of @file{data-debug.el} for @semantic{}. | 491 | Extensions of @file{data-debug.el} for @semantic{}. |
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 6ad21359e93..5038143f77e 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -820,7 +820,7 @@ External methods save on the overhead of encoding and decoding of | |||
| 820 | inline methods. | 820 | inline methods. |
| 821 | 821 | ||
| 822 | Since external methods have the overhead of opening a new channel, | 822 | Since external methods have the overhead of opening a new channel, |
| 823 | files smaller than @var{tramp-copy-size-limit} still use inline | 823 | files smaller than @code{tramp-copy-size-limit} still use inline |
| 824 | methods. | 824 | methods. |
| 825 | 825 | ||
| 826 | @table @asis | 826 | @table @asis |
| @@ -1219,7 +1219,7 @@ Start by using an inline method. | |||
| 1219 | External methods might be more efficient for large files, but most | 1219 | External methods might be more efficient for large files, but most |
| 1220 | @value{tramp} users edit small files more often than large files. | 1220 | @value{tramp} users edit small files more often than large files. |
| 1221 | 1221 | ||
| 1222 | Enable compression, @var{tramp-inline-compress-start-size}, for a | 1222 | Enable compression, @code{tramp-inline-compress-start-size}, for a |
| 1223 | performance boost for large files. | 1223 | performance boost for large files. |
| 1224 | 1224 | ||
| 1225 | Since @command{ssh} has become the most common method of remote host | 1225 | Since @command{ssh} has become the most common method of remote host |
diff --git a/doc/misc/url.texi b/doc/misc/url.texi index b665e6ad8a4..ed39aab2a37 100644 --- a/doc/misc/url.texi +++ b/doc/misc/url.texi | |||
| @@ -1271,8 +1271,9 @@ operation at startup. | |||
| 1271 | @item TMPDIR | 1271 | @item TMPDIR |
| 1272 | @vindex TMPDIR | 1272 | @vindex TMPDIR |
| 1273 | @vindex url-temporary-directory | 1273 | @vindex url-temporary-directory |
| 1274 | If this is defined, @var{url-temporary-directory} is initialized from | 1274 | If this is defined, @code{url-temporary-directory} is initialized from |
| 1275 | it. | 1275 | it. This variable was obsoleted in 23.1, please use |
| 1276 | @code{temporary-file-directory} instead. | ||
| 1276 | @end table | 1277 | @end table |
| 1277 | 1278 | ||
| 1278 | The following user options affect the general operation of | 1279 | The following user options affect the general operation of |
diff --git a/doc/misc/viper.texi b/doc/misc/viper.texi index 1e6e08b8738..f45f2a03b9d 100644 --- a/doc/misc/viper.texi +++ b/doc/misc/viper.texi | |||
| @@ -3579,7 +3579,7 @@ Viper customization file. @xref{Viper Specials}, for details. | |||
| 3579 | Minibuffer can be edited similarly to Insert state, and you can switch | 3579 | Minibuffer can be edited similarly to Insert state, and you can switch |
| 3580 | between Insert/Replace/Vi states at will. | 3580 | between Insert/Replace/Vi states at will. |
| 3581 | Some users prefer plain Emacs feel in the minibuffer. To this end, set | 3581 | Some users prefer plain Emacs feel in the minibuffer. To this end, set |
| 3582 | @var{viper-vi-style-in-minibuffer} to @code{nil}. | 3582 | @code{viper-vi-style-in-minibuffer} to @code{nil}. |
| 3583 | 3583 | ||
| 3584 | @cindex Insert state | 3584 | @cindex Insert state |
| 3585 | 3585 | ||
| @@ -4063,15 +4063,15 @@ Edit <count> file, or edit files. The count comes from @kbd{:args}. | |||
| 4063 | Like @kbd{:n}, but the meaning of the variable | 4063 | Like @kbd{:n}, but the meaning of the variable |
| 4064 | @var{ex-cycle-other-window} is reversed. | 4064 | @var{ex-cycle-other-window} is reversed. |
| 4065 | @item :b | 4065 | @item :b |
| 4066 | Switch to another buffer. If @var{ex-cycle-other-window} is @code{t}, | 4066 | Switch to another buffer. If @code{ex-cycle-other-window} is @code{t}, |
| 4067 | switch in another window. Buffer completion is supported. | 4067 | switch in another window. Buffer completion is supported. |
| 4068 | The variable @var{viper-read-buffer-function} controls which function is | 4068 | The variable @code{viper-read-buffer-function} controls which function is |
| 4069 | actually used to read the buffer name. The default is @code{read-buffer}, | 4069 | actually used to read the buffer name. The default is @code{read-buffer}, |
| 4070 | but better alternatives are also available in Emacs (e.g., | 4070 | but better alternatives are also available in Emacs (e.g., |
| 4071 | @code{ido-read-buffer}). | 4071 | @code{ido-read-buffer}). |
| 4072 | @vindex @var{viper-read-buffer-function} | 4072 | @vindex @var{viper-read-buffer-function} |
| 4073 | @item :B | 4073 | @item :B |
| 4074 | Like @kbd{:b}, but the meaning of @var{ex-cycle-other-window} is reversed. | 4074 | Like @kbd{:b}, but the meaning of @code{ex-cycle-other-window} is reversed. |
| 4075 | @item :<address>r <name> | 4075 | @item :<address>r <name> |
| 4076 | Read the file <name> into the buffer after the line <address>. | 4076 | Read the file <name> into the buffer after the line <address>. |
| 4077 | @item v, V, C-v | 4077 | @item v, V, C-v |