aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/hacks.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/hacks.el b/doc/hacks.el
index 9f271b3af..bfb5c98fa 100644
--- a/doc/hacks.el
+++ b/doc/hacks.el
@@ -1,6 +1,7 @@
1;;;; hacks.el --- a few functions to help me work on the manual 1;;;; hacks.el --- a few functions to help me work on the manual
2;;;; Jim Blandy <jimb@red-bean.com> --- October 1998 2;;;; Jim Blandy <jimb@red-bean.com> --- October 1998
3;;;; -- imported from https://git.savannah.gnu.org/cgit/guile.git/tree/doc/hacks.el 3;;;; -- imported from https://git.savannah.gnu.org/cgit/guile.git/tree/doc/hacks.el
4;;;; This code should be covered by the same license as GNU Guile (GPL3).
4 5
5(defun jh-exemplify-region (start end) 6(defun jh-exemplify-region (start end)
6 (interactive "r") 7 (interactive "r")