GNU bug report logs -
#13565
24.3.50; (emacs) `File Registers' typo: ?R should be R
Previous Next
Reported by: "Drew Adams" <drew.adams <at> oracle.com>
Date: Sun, 27 Jan 2013 17:28:01 UTC
Severity: minor
Found in version 24.3.50
Fixed in version 24.4
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
In all of the register sections of the Emacs manual, this
convention is used:
"Each register has a name that consists of a single character,
which we will denote by R" - (emacs) `Registers'
In `File Registers' there is this text:
Here's the Lisp code used to put a file name in a register:
(set-register ?R '(file . NAME))
For example,
(set-register ?z '(file . "/gd/gnu/emacs/19.0/src/ChangeLog"))
The part before the example is a mismash, a mix of
specification/template and literal example. For it to serve as a
specification (template), `?R' needs to be corrected to `R'.
For extra clarity, the accompanying text can say, e.g.:
"Here's the Lisp code used to put file NAME into register R:"
(FILE would be better than NAME, here, BTW.)
These changes will bring this node in line with the others of section
`Registers'.
In GNU Emacs 24.3.50.1 (i386-mingw-nt5.1.2600)
of 2013-01-25 on ODIEONE
Bzr revision: 111604 eliz <at> gnu.org-20130125143821-1ykj7ia1qjojjjnp
Windowing system distributor `Microsoft Corp.', version 5.1.2600
Configured using:
`configure --with-gcc (4.7) --no-opt --enable-checking --cflags
-IC:/Devel/emacs/build/include --ldflags -LC:/Devel/emacs/build/lib'
This bug report was last modified 11 years and 186 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.