# HG changeset patch # User Eli Zaretskii # Date 992506007 0 # Node ID ddb7488bec812cd495e5dfa6469ea6407f4a7609 # Parent 5e64508d444f32ce08ca44bd4a25c91d97caabf9 (rot13-other-window): Doc fix. diff -r 5e64508d444f -r ddb7488bec81 lisp/rot13.el --- a/lisp/rot13.el Thu Jun 14 02:54:34 2001 +0000 +++ b/lisp/rot13.el Thu Jun 14 08:06:47 2001 +0000 @@ -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)))