aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1991-06-12 18:00:32 +0000
committerJim Blandy1991-06-12 18:00:32 +0000
commit619d1fa086c40c5959fa6ff4841ba0eb1fe5c614 (patch)
tree824eb6e010fad7935939ac469fe4fe1d6bf040f0
parent8bfb44828890df26e926ec59cdafdc90eb2c1f07 (diff)
downloademacs-619d1fa086c40c5959fa6ff4841ba0eb1fe5c614.tar.gz
emacs-619d1fa086c40c5959fa6ff4841ba0eb1fe5c614.zip
*** empty log message ***
-rw-r--r--lisp/emacs-lisp/copyright.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el
index 646a52cdae5..f79eaee2acf 100644
--- a/lisp/emacs-lisp/copyright.el
+++ b/lisp/emacs-lisp/copyright.el
@@ -71,7 +71,7 @@ Put point there and hit \\[exit-recursive-edit]."))
71 (or (search-forward "02139, USA." nil t) 71 (or (search-forward "02139, USA." nil t)
72 (with-output-to-temp-buffer "*Help*" 72 (with-output-to-temp-buffer "*Help*"
73 (princ (substitute-command-keys "\ 73 (princ (substitute-command-keys "\
74I don't know where the copying notie ends. 74I don't know where the copying notice ends.
75Put point there and hit \\[exit-recursive-edit].")) 75Put point there and hit \\[exit-recursive-edit]."))
76 (recursive-edit))) 76 (recursive-edit)))
77 (delete-region beg (point)) 77 (delete-region beg (point))