aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/forms.el
diff options
context:
space:
mode:
authorChong Yidong2012-04-09 21:05:48 +0800
committerChong Yidong2012-04-09 21:05:48 +0800
commitfb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5 (patch)
treeeba43d1fa2427a77f1f6b1468838426b33ea5973 /lisp/forms.el
parenta18ecafa99e7e7c3caa35ed68dd8a7b9b5d2b8e3 (diff)
downloademacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.tar.gz
emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.zip
Remove * characters from the front of variable docstrings.
Diffstat (limited to 'lisp/forms.el')
-rw-r--r--lisp/forms.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/forms.el b/lisp/forms.el
index 007d85caacf..38670e42bdd 100644
--- a/lisp/forms.el
+++ b/lisp/forms.el
@@ -2031,7 +2031,7 @@ Usage: (setq forms-number-of-fields
2031;;; Debugging 2031;;; Debugging
2032 2032
2033(defvar forms--debug nil 2033(defvar forms--debug nil
2034 "*Enables forms-mode debugging if not nil.") 2034 "Enables forms-mode debugging if not nil.")
2035 2035
2036(defun forms--debug (&rest args) 2036(defun forms--debug (&rest args)
2037 "Internal debugging routine." 2037 "Internal debugging routine."