]> code.delx.au - gnu-emacs/commitdiff
Small doc/ fixes re @var usage.
authorGlenn Morris <rgm@gnu.org>
Sat, 4 Oct 2014 06:35:55 +0000 (23:35 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 4 Oct 2014 06:35:55 +0000 (23:35 -0700)
* doc/emacs/cmdargs.texi (Misc X):
* doc/emacs/display.texi (Optional Mode Line):
* doc/emacs/misc.texi (emacsclient Options):
* doc/emacs/vc1-xtra.texi (VC Delete/Rename):
* doc/lispref/buffers.texi (Buffer List):
* doc/lispref/display.texi (Image Descriptors, Defining Images):
* doc/lispref/functions.texi (Core Advising Primitives):
Small fixes re @var usage.

doc/emacs/ChangeLog
doc/emacs/cmdargs.texi
doc/emacs/display.texi
doc/emacs/misc.texi
doc/emacs/vc1-xtra.texi
doc/lispref/ChangeLog
doc/lispref/buffers.texi
doc/lispref/display.texi
doc/lispref/functions.texi

index c0bd897963141b35e1979fba71610321f05cc6b5..a712d26fa28489dd7c18a31d8cbf171cb7ae4f75 100644 (file)
@@ -1,5 +1,10 @@
 2014-10-04  Glenn Morris  <rgm@gnu.org>
 
+       * cmdargs.texi (Misc X):
+       * display.texi (Optional Mode Line):
+       * misc.texi (emacsclient Options):
+       * vc1-xtra.texi (VC Delete/Rename): Small fixes re @var usage.
+
        * killing.texi (Rectangles): Copyedits re rectangle-mark-mode.
        (CUA Bindings): Mention rectangle-mark-mode.
 
index 3443f0b1627d35a1036b7b6c9817529ef79b4b42..b438281b2a242ad5b93f89b6945327d00b30ad21 100644 (file)
@@ -1106,8 +1106,8 @@ rectangle containing the frame's title.
 @c Enable horizontal scroll bars.  Since horizontal scroll bars
 @c are not yet implemented, this actually does nothing.
 
-@item --parent-id @var{ID}
-Open Emacs as a client X window via the XEmbed protocol, with @var{ID}
+@item --parent-id @var{id}
+Open Emacs as a client X window via the XEmbed protocol, with @var{id}
 as the parent X window id.  Currently, this option is mainly useful
 for developers.
 
index bdcb185a5f3f48e4c8b1e5f9a7b65c395fc10407..0a77e722d324d6ebd79ff5c269812b432d326848 100644 (file)
@@ -1245,11 +1245,11 @@ Size Indication mode.  The size will be displayed immediately
 following the buffer percentage like this:
 
 @example
-@var{POS} of @var{SIZE}
+@var{pos} of @var{size}
 @end example
 
 @noindent
-Here @var{SIZE} is the human readable representation of the number of
+Here @var{size} is the human readable representation of the number of
 characters in the buffer, which means that @samp{k} for 10^3, @samp{M}
 for 10^6, @samp{G} for 10^9, etc., are used to abbreviate.
 
index f09f23e6a4bd840a4babb715820f0ed4615ad2cb..09e606fe2fe4d6ebc2dc8b7844d1e22c697b18bd 100644 (file)
@@ -1610,9 +1610,9 @@ all server buffers are finished.  You can take as long as you like to
 edit the server buffers within Emacs, and they are @emph{not} killed
 when you type @kbd{C-x #} in them.
 
-@item --parent-id @var{ID}
+@item --parent-id @var{id}
 Open an @command{emacsclient} frame as a client frame in the parent X
-window with id @var{ID}, via the XEmbed protocol.  Currently, this
+window with id @var{id}, via the XEmbed protocol.  Currently, this
 option is mainly useful for developers.
 
 @item -q
index 07f956c488de449b5ad2474de8bf0771e5fe7df8..dd52d97780d3471b84443b66e5921f3d41875588 100644 (file)
@@ -113,7 +113,7 @@ Prompt for a file name, delete the file from the working tree, and
 schedule the deletion for committing.
 
 @item M-x vc-rename-file
-Prompt for two file names, @var{VAR} and @var{OLD}, rename them in the
+Prompt for two file names, @var{var} and @var{old}, rename them in the
 working tree, and schedule the renaming for committing.
 @end table
 
index 93edec8d4fd81703fac87604b7a012355e24f90d..e481ea3314da49b1dbfee6d6ad1807114a293e94 100644 (file)
@@ -1,5 +1,9 @@
 2014-10-04  Glenn Morris  <rgm@gnu.org>
 
+       * buffers.texi (Buffer List):
+       * display.texi (Image Descriptors, Defining Images):
+       * functions.texi (Core Advising Primitives): Small fixes re @var usage.
+
        * windows.texi (Window Sizes, Resizing Windows): Copyedits.
 
        * frames.texi (Multiple Terminals): Copyedits re multiple monitors.
index 1293a03082cd0e0f9bb3f0107b9f606dd87445a2..5ac2d6786e8ff22f0a035fc6b91c88f25a76a8f6 100644 (file)
@@ -863,7 +863,7 @@ If no suitable buffer exists, the buffer @file{*scratch*} is returned
 
 @defun last-buffer &optional buffer visible-ok frame
 This function returns the last buffer in @var{frame}'s buffer list other
-than @var{BUFFER}.  If @var{frame} is omitted or @code{nil}, it uses the
+than @var{buffer}.  If @var{frame} is omitted or @code{nil}, it uses the
 selected frame's buffer list.
 
 The argument @var{visible-ok} is handled as with @code{other-buffer},
index e88eadb5ca7812975a07408397e688198311b53b..032d9129c883acc2f9c4be75a9cf25b6cc0bd1aa 100644 (file)
@@ -4503,7 +4503,7 @@ functions to insert images into buffers.
 
   Each image descriptor has the form @code{(image . @var{props})},
 where @var{props} is a property list of alternating keyword symbols
-and values, including at least the pair @code{:type @var{TYPE}} which
+and values, including at least the pair @code{:type @var{type}} that
 specifies the image type.
 
   The following is a list of properties that are meaningful for all
@@ -4995,7 +4995,7 @@ of a list of image specifications @var{specs}.
 Each specification in @var{specs} is a property list with contents
 depending on image type.  All specifications must at least contain the
 properties @code{:type @var{type}} and either @w{@code{:file @var{file}}}
-or @w{@code{:data @var{DATA}}}, where @var{type} is a symbol specifying
+or @w{@code{:data @var{data}}}, where @var{type} is a symbol specifying
 the image type, e.g., @code{xbm}, @var{file} is the file to load the
 image from, and @var{data} is a string containing the actual image data.
 The first specification in the list whose @var{type} is supported, and
index a5e81547d9a055867ab9c89621307731f184a778..f551a6c749dc36fc2f2f1114894a8bd38a6cec6b 100644 (file)
@@ -1232,7 +1232,7 @@ global value of @var{place}.  Whereas if @var{place} is of the form
 @code{(local @var{symbol})}, where @var{symbol} is an expression which returns
 the variable name, then @var{function} will only be added in the
 current buffer.  Finally, if you want to modify a lexical variable, you will
-have to use @code{(var @var{VARIABLE})}.
+have to use @code{(var @var{variable})}.
 
 Every function added with @code{add-function} can be accompanied by an
 association list of properties @var{props}.  Currently only two of those