emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 7945d86829: ; Fix recent changes in rcirc documentation


From: Eli Zaretskii
Subject: master 7945d86829: ; Fix recent changes in rcirc documentation
Date: Thu, 6 Jan 2022 11:53:59 -0500 (EST)

branch: master
commit 7945d86829d89066f082f0086047fae34cf932f1
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix recent changes in rcirc documentation
    
    * doc/misc/rcirc.texi (Changing the time stamp format):
    * lisp/net/rcirc.el (rcirc-when): Fix documentation wording.
---
 doc/misc/rcirc.texi | 2 +-
 lisp/net/rcirc.el   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/misc/rcirc.texi b/doc/misc/rcirc.texi
index 6217781e2b..b18ab2a6b2 100644
--- a/doc/misc/rcirc.texi
+++ b/doc/misc/rcirc.texi
@@ -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
diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el
index dda72a2a7f..9a1153b3c6 100644
--- a/lisp/net/rcirc.el
+++ b/lisp/net/rcirc.el
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]