From: Eli Zaretskii Date: Thu, 14 Jun 2001 08:07:14 +0000 (+0000) Subject: (rot13-other-window): Doc fix. X-Git-Tag: emacs-pretest-21.0.104~278 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1604ce98bde797696025de949fb9e96ebce56364;p=emacs.git (rot13-other-window): Doc fix. --- 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)))