summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-03-15 06:01:50 +0000
committerJim Blandy <jimb@redhat.com>1993-03-15 06:01:50 +0000
commit7cf2444d4f8163c57f15b1dde29b603cde877ef1 (patch)
tree820538fb91ce3d454c73f57b641a209ab9c6258a
parent24af387fb2eedffca32e5962d3e48cb5bf2c1ccf (diff)
downloademacs-7cf2444d4f8163c57f15b1dde29b603cde877ef1.tar.gz
* indent.el (indent-line-function): Doc fix.
-rw-r--r--lisp/indent.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/indent.el b/lisp/indent.el
index 732daa4782a..73c9561b1ad 100644
--- a/lisp/indent.el
+++ b/lisp/indent.el
@@ -23,7 +23,7 @@
;;; Code:
(defvar indent-line-function 'indent-to-left-margin "\
-Function to indent current line.");Now in loaddefs.el
+Function to indent current line.")
(defun indent-according-to-mode ()
"Indent line in proper way for current major mode."