aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorRobert Pluim2018-02-20 21:15:19 +0200
committerEli Zaretskii2018-02-20 21:15:19 +0200
commit05214c65a357657266e125c26ff382b4c2901dd2 (patch)
tree5f437d9c2851c551d032959ba32204519d537f8a /doc/misc
parent355c644cc24a3aa1cf4e9d940690342ad4e67e6f (diff)
downloademacs-05214c65a357657266e125c26ff382b4c2901dd2.tar.gz
emacs-05214c65a357657266e125c26ff382b4c2901dd2.zip
Correct variable markup in manuals
* doc/lispref/minibuf.texi (Completion in Buffers): Fix markup. * doc/lispref/text.texi (Filling): Likewise. * doc/misc/dired-x.texi (Advanced Mark Commands): Likewise. * doc/misc/epa.texi (Encrypting/decrypting gpg files): Likewise. (Encrypting/decrypting gpg files): Likewise. * doc/misc/tramp.texi (External methods): Likewise. (Default Method): Likewise. * doc/misc/viper.texi (Editing in Insert State): Likewise. (File and Buffer Handling): Likewise. * doc/misc/gnus.texi (Mail Source Customization): Likewise. * doc/misc/url.texi (Customization): Likewise. Note obsolete status of url-temporary-directory.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/dired-x.texi2
-rw-r--r--doc/misc/epa.texi4
-rw-r--r--doc/misc/gnus.texi2
-rw-r--r--doc/misc/tramp.texi4
-rw-r--r--doc/misc/url.texi5
-rw-r--r--doc/misc/viper.texi8
6 files changed, 13 insertions, 12 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
734Mark all files with a certain suffix for use in later commands. A @samp{.} 734Mark all files with a certain suffix for use in later commands. A @samp{.}
735is not automatically prepended to the string entered, you must type it 735is not automatically prepended to the string entered, you must type it
736explicitly. This is different from @var{dired-mark-extension} which prepends 736explicitly. This is different from @code{dired-mark-extension} which prepends
737a @samp{.} if not present. 737a @samp{.} if not present.
738If invoked with prefix argument @kbd{C-u}, this command unmarks files instead. 738If invoked with prefix argument @kbd{C-u}, this command unmarks files instead.
739If called with the @kbd{C-u C-u} prefix, asks for a character to use 739If 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,
363encrypted data is written. 363encrypted data is written.
364 364
365The file name pattern for encrypted files can be controlled by 365The 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
369Regexp which matches filenames treated as encrypted. 369Regexp which matches filenames treated as encrypted.
@@ -392,7 +392,7 @@ public key encryption.
392@end deffn 392@end deffn
393 393
394You can also change the default behavior with the variable 394You 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
398Control whether or not to pop up the key selection dialog. 398Control whether or not to pop up the key selection dialog.
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 1b941bca2ab..a63b5a0f124 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -15174,7 +15174,7 @@ All new mail files will get this file mode. The default is @code{#o600}.
15174@item mail-source-movemail-program 15174@item mail-source-movemail-program
15175@vindex mail-source-movemail-program 15175@vindex mail-source-movemail-program
15176If non-@code{nil}, name of program for fetching new mail. If 15176If non-@code{nil}, name of program for fetching new mail. If
15177@code{nil}, @code{movemail} in @var{exec-directory}. 15177@code{nil}, @code{movemail} in @code{exec-directory}.
15178 15178
15179@end table 15179@end table
15180 15180
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index f82c9b5003c..c3beeb79eba 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -809,7 +809,7 @@ External methods save on the overhead of encoding and decoding of
809inline methods. 809inline methods.
810 810
811Since external methods have the overhead of opening a new channel, 811Since external methods have the overhead of opening a new channel,
812files smaller than @var{tramp-copy-size-limit} still use inline 812files smaller than @code{tramp-copy-size-limit} still use inline
813methods. 813methods.
814 814
815@table @asis 815@table @asis
@@ -1201,7 +1201,7 @@ Start by using an inline method.
1201External methods might be more efficient for large files, but most 1201External methods might be more efficient for large files, but most
1202@value{tramp} users edit small files more often than large files. 1202@value{tramp} users edit small files more often than large files.
1203 1203
1204Enable compression, @var{tramp-inline-compress-start-size}, for a 1204Enable compression, @code{tramp-inline-compress-start-size}, for a
1205performance boost for large files. 1205performance boost for large files.
1206 1206
1207Since @command{ssh} has become the most common method of remote host 1207Since @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
1274If this is defined, @var{url-temporary-directory} is initialized from 1274If this is defined, @code{url-temporary-directory} is initialized from
1275it. 1275it. 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..3432e57869a 100644
--- a/doc/misc/viper.texi
+++ b/doc/misc/viper.texi
@@ -3579,7 +3579,7 @@ Viper customization file. @xref{Viper Specials}, for details.
3579Minibuffer can be edited similarly to Insert state, and you can switch 3579Minibuffer can be edited similarly to Insert state, and you can switch
3580between Insert/Replace/Vi states at will. 3580between Insert/Replace/Vi states at will.
3581Some users prefer plain Emacs feel in the minibuffer. To this end, set 3581Some 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}.
4063Like @kbd{:n}, but the meaning of the variable 4063Like @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
4066Switch to another buffer. If @var{ex-cycle-other-window} is @code{t}, 4066Switch to another buffer. If @code{ex-cycle-other-window} is @code{t},
4067switch in another window. Buffer completion is supported. 4067switch in another window. Buffer completion is supported.
4068The variable @var{viper-read-buffer-function} controls which function is 4068The variable @code{viper-read-buffer-function} controls which function is
4069actually used to read the buffer name. The default is @code{read-buffer}, 4069actually used to read the buffer name. The default is @code{read-buffer},
4070but better alternatives are also available in Emacs (e.g., 4070but 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
4074Like @kbd{:b}, but the meaning of @var{ex-cycle-other-window} is reversed. 4074Like @kbd{:b}, but the meaning of code{ex-cycle-other-window} is reversed.
4075@item :<address>r <name> 4075@item :<address>r <name>
4076Read the file <name> into the buffer after the line <address>. 4076Read the file <name> into the buffer after the line <address>.
4077@item v, V, C-v 4077@item v, V, C-v