diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-09-16 16:06:29 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-09-16 16:07:15 -0700 |
commit | e56096dbb9560b558f74d2b21e21659e221b914c (patch) | |
tree | 90c280db9f383031d44b95cf972357019926c9a1 /etc/emacs-buffer.gdb | |
parent | dc436dd77f70dbc2e294a1fd2d69a332f1413fa5 (diff) | |
download | emacs-e56096dbb9560b558f74d2b21e21659e221b914c.tar.gz emacs-e56096dbb9560b558f74d2b21e21659e221b914c.tar.bz2 emacs-e56096dbb9560b558f74d2b21e21659e221b914c.zip |
Minor quoting fixes in scripts and doc
Prefer straight quotes in random script files, as they are not converted.
Prefer grave quotes in a couple of places in the manual that were missed
earlier, as these quotes are converted.
Diffstat (limited to 'etc/emacs-buffer.gdb')
-rw-r--r-- | etc/emacs-buffer.gdb | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/etc/emacs-buffer.gdb b/etc/emacs-buffer.gdb index 5d6cbd4f0c0..cdcb666df61 100644 --- a/etc/emacs-buffer.gdb +++ b/etc/emacs-buffer.gdb @@ -29,8 +29,8 @@ # The Emacs executable must have debugging symbols for this to work. # But you never strip Emacs, right? # -# The main commands of interest are `ybuffer-list', `yfile-buffers', -# `ysave-buffer', and `ybuffer-contents'. The `y' prefix avoids any +# The main commands of interest are 'ybuffer-list', 'yfile-buffers', +# 'ysave-buffer', and 'ybuffer-contents'. The 'y' prefix avoids any # namespace collisions with emacs/src/.gdbinit. # Since the internal data structures in Emacs occasionally from time to @@ -129,7 +129,7 @@ end document ybuffer-list Display a list of buffer names, sizes, and other attributes. The buffer number in the first column is used as an argument - to some other emacs-buffer recovery commands, e.g. `ysave-buffer'. + to some other emacs-buffer recovery commands, e.g. 'ysave-buffer'. end define yfile-buffers @@ -138,7 +138,7 @@ define yfile-buffers end document yfile-buffers Display a list of buffers which are associated with files. - This is like `ybuffer-list', but only buffers that were visiting files + This is like 'ybuffer-list', but only buffers that were visiting files are displayed. end @@ -165,7 +165,7 @@ define yset-buffer end document yset-buffer Set current buffer (for other emacs-buffer recovery commands) to the ARG'th - buffer as displayed by `ybuffer-list'. + buffer as displayed by 'ybuffer-list'. end define yget-buffer-pointers @@ -184,9 +184,9 @@ define yget-buffer-pointers end document yget-buffer-pointers Update convenience variables with address pointers for the ARG'th buffer - as displayed by `ybuffer-list'. + as displayed by 'ybuffer-list'. - This also sets the current buffer using `yset-buffer' (which see). + This also sets the current buffer using 'yset-buffer' (which see). end define yget-current-buffer-name @@ -220,11 +220,11 @@ define ydump-buffer end end document ydump-buffer - Write contents of buffer N (as numbered according to `ybuffer-list') to + Write contents of buffer N (as numbered according to 'ybuffer-list') to file FILE. - This is mainly used as an internal subroutine for `ysave-buffer' and - `ybuffer-contents', which see. + This is mainly used as an internal subroutine for 'ysave-buffer' and + 'ybuffer-contents', which see. end define ysave-buffer @@ -242,7 +242,7 @@ define ysave-buffer end end document ysave-buffer - Save contents of buffer N (as numbered according to `ybuffer-list') to + Save contents of buffer N (as numbered according to 'ybuffer-list') to file FILE. end @@ -258,7 +258,7 @@ define ybuffer-contents end end document ybuffer-contents - Write contents of buffer N (numbered according to `ybuffer-list') to stdout. + Write contents of buffer N (numbered according to 'ybuffer-list') to stdout. end # local variables: |