* lisp/textmodes/remember.el (remember-clipboard): Doc fix.
This commit is contained in:
parent
c517ec69d8
commit
fb77fe0fb7
2 changed files with 5 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2013-01-31 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* textmodes/remember.el (remember-clipboard): Doc fix.
|
||||
|
||||
2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
|
||||
|
|
|
|||
|
|
@ -432,8 +432,7 @@ If you want to remember a region, supply a universal prefix to
|
|||
;;;###autoload
|
||||
(defun remember-clipboard ()
|
||||
"Remember the contents of the current clipboard.
|
||||
Most useful for remembering things from Netscape or other X Windows
|
||||
application."
|
||||
Most useful for remembering things from other applications."
|
||||
(interactive)
|
||||
(remember (current-kill 0)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue