Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
01ec1eed
Commit
01ec1eed
authored
Jan 16, 2012
by
Volker Sobek
Committed by
Stefan Monnier
Jan 16, 2012
Browse files
* doc/emacs/programs.texi (Comment Commands): Typo.
Fixes: debbugs:10514
parent
1d00653d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+6
-3
doc/emacs/programs.texi
doc/emacs/programs.texi
+1
-1
No files found.
doc/emacs/ChangeLog
View file @
01ec1eed
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-201
1
Free Software Foundation, Inc.
Copyright (C) 1993-1999, 2001-201
2
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
doc/emacs/programs.texi
View file @
01ec1eed
...
...
@@ -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 comm
and
. You can achieve the same
then @kbd{M-;} to realign the comm
ent
. 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).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment