; * 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)
|
||||
"Print description of register value VAL to `standard-output'.
|
||||
Second argument VERBOSE is ignored, unless VAL is not one of the
|
||||
supported kinds of register contents, in which case it is displayed
|
||||
using `prin1'."
|
||||
Second argument VERBOSE means produce a more detailed description."
|
||||
(princ "Garbage:\n")
|
||||
(if verbose (prin1 val)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue