+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.
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.
;; 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.
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).