* doc/emacs/programs.texi (Comment Commands): Typo.

Fixes: debbugs:10514
This commit is contained in:
Volker Sobek 2012-01-16 11:00:08 -05:00 committed by Stefan Monnier
parent 1d00653d9e
commit 01ec1eed4e
2 changed files with 7 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2012-01-16 Volker Sobek <reklov@live.com> (tiny change)
* programs.texi (Comment Commands): Typo (bug#10514).
2012-01-15 Chong Yidong <cyd@gnu.org>
* xresources.texi (X Resources): Describe GTK+ case first.
@ -21,8 +25,7 @@
2012-01-14 Chong Yidong <cyd@gnu.org>
* cmdargs.texi (Action Arguments): No need to mention
EMACSLOADPATH.
* cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
(General Variables): Add xref to Lisp Libraries.
(Initial Options): Copyedits.
(Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
@ -8847,7 +8850,7 @@
;; coding: utf-8
;; End:
Copyright (C) 1993-1999, 2001-2011 Free Software Foundation, Inc.
Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
This file is part of GNU Emacs.

View file

@ -952,7 +952,7 @@ comment text.
comment on the current line, along with the whitespace before it.
Since the comment is saved to the kill ring, you can reinsert it on
another line by moving to the end of that line, doing @kbd{C-y}, and
then @kbd{M-;} to realign the command. You can achieve the same
then @kbd{M-;} to realign the comment. You can achieve the same
effect as @kbd{C-u M-;} by typing @kbd{M-x comment-kill}
(@code{comment-dwim} actually calls @code{comment-kill} as a
subroutine when it is given a prefix argument).