From 1604ce98bde797696025de949fb9e96ebce56364 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 14 Jun 2001 08:07:14 +0000 Subject: [PATCH] (rot13-other-window): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/rot13.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 46b476f7698..a602aeaeecc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-06-14 Eli Zaretskii + + * rot13.el (rot13-other-window): Doc fix. + 2001-06-14 Miles Bader * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax diff --git a/lisp/rot13.el b/lisp/rot13.el index e346c97a5f7..c2332c72aee 100644 --- a/lisp/rot13.el +++ b/lisp/rot13.el @@ -48,7 +48,8 @@ ;;;###autoload (defun rot13-other-window () "Display current buffer in rot 13 in another window. -To terminate the rot13 display, delete that window." +To terminate the rot13 display, delete that window. +See also `toggle-rot13-mode'." (interactive) (let ((w (display-buffer (current-buffer) t))) (set-window-display-table w rot13-display-table))) -- 2.39.2