mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; More minor docfixes found by checkdoc
This commit is contained in:
parent
cf2fa6c87f
commit
25ebb9374b
69 changed files with 228 additions and 228 deletions
|
|
@ -824,7 +824,7 @@ function is `common-lisp-indent-function'."
|
|||
"Return Parse-Partial-Sexp State at POS, defaulting to point.
|
||||
Like `syntax-ppss' but includes the character address of the last
|
||||
complete sexp in the innermost containing list at position
|
||||
2 (counting from 0). This is important for lisp indentation."
|
||||
2 (counting from 0). This is important for Lisp indentation."
|
||||
(unless pos (setq pos (point)))
|
||||
(let ((pss (syntax-ppss pos)))
|
||||
(if (nth 9 pss)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue