From 25ebb9374bdadf66153727831fc7ff131c8cf299 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 14 Sep 2021 07:55:56 +0200 Subject: ; More minor docfixes found by checkdoc --- lisp/emacs-lisp/cl-indent.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/emacs-lisp/cl-indent.el') diff --git a/lisp/emacs-lisp/cl-indent.el b/lisp/emacs-lisp/cl-indent.el index c88e15d5a8b..9d8aae28441 100644 --- a/lisp/emacs-lisp/cl-indent.el +++ b/lisp/emacs-lisp/cl-indent.el @@ -162,9 +162,9 @@ is set to `defun'.") (error t))) (defun lisp-indent-find-method (symbol &optional no-compat) - "Find the lisp indentation function for SYMBOL. + "Find the Lisp indentation function for SYMBOL. If NO-COMPAT is non-nil, do not retrieve indenters intended for -the standard lisp indent package." +the standard Lisp indent package." (or (and (derived-mode-p 'emacs-lisp-mode) (get symbol 'common-lisp-indent-function-for-elisp)) (get symbol 'common-lisp-indent-function) -- cgit v1.2.3