diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-21 15:18:54 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-21 15:20:11 +0100 |
commit | f176a36f4629b56c9fd9e3fc15aebd04a168c4f5 (patch) | |
tree | 30929abca5a6b003905e645472f2d7ed35f26024 /lisp/allout.el | |
parent | beaa2e49530b8149d2c22cb5fa15b8d48f7937b6 (diff) | |
download | emacs-f176a36f4629b56c9fd9e3fc15aebd04a168c4f5.tar.gz emacs-f176a36f4629b56c9fd9e3fc15aebd04a168c4f5.tar.bz2 emacs-f176a36f4629b56c9fd9e3fc15aebd04a168c4f5.zip |
; Doc fixes: remove references to missing symbols
* lisp/allout.el (allout-process-exposed): Don't refer to missing
value 'flat-indented'.
* lisp/help.el (resize-temp-buffer-window): Don't refer to missing
function 'preserve-window-size'.
* lisp/pcomplete.el (pcomplete-stub): Don't refer to missing
function 'pcomplete-filename'.
Diffstat (limited to 'lisp/allout.el')
-rw-r--r-- | lisp/allout.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/allout.el b/lisp/allout.el index 5f7087829e2..df0181cecbd 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -5356,9 +5356,6 @@ alternate presentation form: `flat' -- Present prefix as numeric section.subsection..., starting with section indicated by the START-NUM, innermost nesting first. - X`flat-indented' -- Prefix is like `flat' for first topic at each - X level, but subsequent topics have only leaf topic - X number, padded with blanks to line up with first. `indent' (symbol) -- Convert header prefixes to all white space, except for distinctive bullets. |