]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix recent changes in rcirc documentation
authorEli Zaretskii <eliz@gnu.org>
Thu, 6 Jan 2022 16:53:45 +0000 (18:53 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 6 Jan 2022 16:53:45 +0000 (18:53 +0200)
* doc/misc/rcirc.texi (Changing the time stamp format):
* lisp/net/rcirc.el (rcirc-when): Fix documentation wording.

doc/misc/rcirc.texi
lisp/net/rcirc.el

index 6217781e2bd473b2ae2347786dc25a8cee238440..b18ab2a6b29b9556dfac713f32630fe7ebfe8fcd 100644 (file)
@@ -935,7 +935,7 @@ how to include the date in the time stamp:
 
 @findex rcirc-when
 If you don't wish to use verbose time formatting all the time, you can
-use the @code{rcirc-when} command to printing a complete timestamp for
+use the @code{rcirc-when} command to display a complete timestamp for
 the message at point.
 
 @node Defining a new command
index dda72a2a7f23932622c40af696714d1f69f795cf..9a1153b3c6a0a6fc21e7a141abaaec24fc0113de 100644 (file)
@@ -2048,7 +2048,7 @@ connection."
                             process sender response target text)))))
 
 (defun rcirc-when ()
-  "Print a message when the message at point was received."
+  "Show the time of reception of the message at point."
   (interactive)
   (if-let (time (get-text-property (point) 'rcirc-time))
       (message (format-time-string "%c" time))