mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-06 04:09:37 +00:00
; * lisp/register.el (register-val-describe): Doc fix.
This commit is contained in:
parent
fe7b909c16
commit
15ff876177
1 changed files with 1 additions and 3 deletions
|
@ -380,9 +380,7 @@ Interactively, prompt for REGISTER using `register-read-with-preview'."
|
||||||
|
|
||||||
(cl-defgeneric register-val-describe (val verbose)
|
(cl-defgeneric register-val-describe (val verbose)
|
||||||
"Print description of register value VAL to `standard-output'.
|
"Print description of register value VAL to `standard-output'.
|
||||||
Second argument VERBOSE is ignored, unless VAL is not one of the
|
Second argument VERBOSE means produce a more detailed description."
|
||||||
supported kinds of register contents, in which case it is displayed
|
|
||||||
using `prin1'."
|
|
||||||
(princ "Garbage:\n")
|
(princ "Garbage:\n")
|
||||||
(if verbose (prin1 val)))
|
(if verbose (prin1 val)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue