Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c8c6b45a
Commit
c8c6b45a
authored
Jun 14, 2001
by
Eli Zaretskii
Browse files
(rot13-other-window): Some more doc fix.
parent
f54701d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/rot13.el
lisp/rot13.el
+6
-1
No files found.
lisp/ChangeLog
View file @
c8c6b45a
2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
* rot13.el (rot13-other-window): Some more doc fix.
2001-06-14 Per Starback <starback@ling.uu.se>
* replace.el (case-replace, query-replace-from-history-variable)
...
...
lisp/rot13.el
View file @
c8c6b45a
...
...
@@ -48,7 +48,12 @@
;;;###autoload
(
defun
rot13-other-window
()
"Display current buffer in rot 13 in another window.
To terminate the rot13 display, delete that window.
The text itself is not modified, only the way it is displayed is affected.
To terminate the rot13 display, delete that window. As long as that window
is not deleted, any buffer displayed in it will become instantly encoded
in rot 13.
See also `toggle-rot13-mode'."
(
interactive
)
(
let
((
w
(
display-buffer
(
current-buffer
)
t
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment