]> git.eshelyaron.com Git - emacs.git/commitdiff
; Doc fixes: remove references to missing symbols
authorStefan Kangas <stefankangas@gmail.com>
Mon, 21 Nov 2022 14:18:54 +0000 (15:18 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Mon, 21 Nov 2022 14:20:11 +0000 (15:20 +0100)
* 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'.

lisp/allout.el
lisp/help.el
lisp/pcomplete.el

index 5f7087829e2d80859158dbade8cf9c3e853296af..df0181cecbd4a6e47c7a91f26546c64715020c0c 100644 (file)
@@ -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.
 
index b25a8ce29956554c4456e607acad520ee8154aa9..f956111a52f5ea492d12ff68aa69290eb06ae6bf 100644 (file)
@@ -1945,10 +1945,7 @@ of a horizontal combination, restrain its new size by
 `fit-window-to-buffer-horizontally' can inhibit resizing.
 
 If WINDOW is the root window of its frame, resize the frame
-provided `fit-frame-to-buffer' is non-nil.
-
-This function may call `preserve-window-size' to preserve the
-size of WINDOW."
+provided `fit-frame-to-buffer' is non-nil."
   (setq window (window-normalize-window window t))
   (let* ((buffer (window-buffer window))
          (height (if (functionp temp-buffer-max-height)
index 8cb0aa3b7ad106aa93a4d05847ee2fe3163cec80..ef286b70fe0908412009545768d470fb298d0a4c 100644 (file)
@@ -1210,9 +1210,7 @@ Returns nil if no completion was inserted.
 Returns `sole' if completed with the only completion match.
 Returns `shortest' if completed with the shortest of the matches.
 Returns `partial' if completed as far as possible with the matches.
-Returns `listed' if a completion listing was shown.
-
-See also `pcomplete-filename'."
+Returns `listed' if a completion listing was shown."
   (let* ((completion-ignore-case completion-ignore-case)
         (completions (all-completions stub candidates))
          (entry (try-completion stub candidates))