From: Richard M. Stallman Date: Fri, 19 Aug 1994 05:47:15 +0000 (+0000) Subject: (rot13-other-window): Doc fix. X-Git-Tag: emacs-19.34~7285 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d002ae1699ab29626a6b4f3f479c5af83bb87d9;p=emacs.git (rot13-other-window): Doc fix. --- diff --git a/lisp/rot13.el b/lisp/rot13.el index 9e3c21f73c2..3cad307cab5 100644 --- a/lisp/rot13.el +++ b/lisp/rot13.el @@ -46,7 +46,8 @@ ;;;###autoload (defun rot13-other-window () - "Display current buffer in rot 13 in another window." + "Display current buffer in rot 13 in another window. +To terminate the rot13 display, delete that window." (interactive) (let ((w (display-buffer (current-buffer) t))) (set-window-display-table w rot13-display-table)))