# HG changeset patch # User Juanma Barranquero # Date 1120437425 0 # Node ID d07b7088d8479486d657ea03e39e89625ce8e0a0 # Parent b4534bf76ba113c191bfc15f6c8916fc1f260b1b (lisp-indent-maximum-backtracking): Fix typos in docstrings. (lisp-indent): Finish `defgroup' description with period. diff -r b4534bf76ba1 -r d07b7088d847 lisp/emacs-lisp/cl-indent.el --- a/lisp/emacs-lisp/cl-indent.el Sun Jul 03 23:18:19 2005 +0000 +++ b/lisp/emacs-lisp/cl-indent.el Mon Jul 04 00:37:05 2005 +0000 @@ -49,13 +49,13 @@ ;;; Code: (defgroup lisp-indent nil - "Indentation in Lisp" + "Indentation in Lisp." :group 'lisp) (defcustom lisp-indent-maximum-backtracking 3 "*Maximum depth to backtrack out from a sublist for structured indentation. -If this variable is 0, no backtracking will occur and forms such as flet +If this variable is 0, no backtracking will occur and forms such as `flet' may not be correctly indented." :type 'integer :group 'lisp-indent)