]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/register.el (register-val-describe): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sun, 2 Jul 2023 05:27:05 +0000 (08:27 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 2 Jul 2023 05:27:05 +0000 (08:27 +0300)
lisp/register.el

index 06a52a3850efa7990018fecd47567dacc4dfe451..ca6de45099326bdb0254174d775f131691dc48e3 100644 (file)
@@ -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)))