From: Volker Sobek Date: Mon, 16 Jan 2012 16:00:08 +0000 (-0500) Subject: * doc/emacs/programs.texi (Comment Commands): Typo. X-Git-Tag: emacs-pretest-24.0.93~97^2~16^2~13 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=01ec1eed4e0490ecbd6e577d35aebe9a22b0e19d;p=emacs.git * doc/emacs/programs.texi (Comment Commands): Typo. Fixes: debbugs:10514 --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 4f3e5f77fd5..90a7f69ea72 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2012-01-16 Volker Sobek (tiny change) + + * programs.texi (Comment Commands): Typo (bug#10514). + 2012-01-15 Chong Yidong * xresources.texi (X Resources): Describe GTK+ case first. @@ -21,8 +25,7 @@ 2012-01-14 Chong Yidong - * 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. diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index 7fef7fb1e22..8ba9b78603a 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi @@ -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).