* Three small remarks about the Emacs manual.
@ 2003-02-22 3:57 Luc Teirlinck
0 siblings, 0 replies; only message in thread
From: Luc Teirlinck @ 2003-02-22 3:57 UTC (permalink / raw)
>From the Emacs manual:
(emacs)Fill Commands
The command `M-s' (`center-line') centers the current line within
the current fill column.
It might be worth clarifying that M-s is bound to `center-line' in
text-mode. It is undefined in fundamental-mode.
(emacs)Saving Abbrevs
`M-x insert-abbrevs' inserts text into the current buffer before
point, describing all current abbrev definitions;
It inserts it after point (as it clearly should, in my opinion).
(emacs)Dynamic Abbrevs
A negative argument to `M-/', as in `C-u - M-/', says to search
first for expansions after point, and second for expansions before
point. If you repeat the `M-/' to look for another expansion, do not
specify an argument. This tries all the expansions after point and
then the expansions before point.
This is formulated in a somewhat misleading way. With a negative
argument, M-/ will not search "second" for expansions after point, but
at the very end, after having tried everything else it was going to
try. (As I believe it should. A negative argument indicates that the
user is not interested in expansions before point.)
Sincerely,
Luc.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-02-22 3:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-22 3:57 Three small remarks about the Emacs manual Luc Teirlinck
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).