GNU bug report logs -
#54967
28.1; outline-minor-mode-cycle-filter docstring is awkward
Previous Next
Reported by: Howard Melman <hmelman <at> gmail.com>
Date: Sat, 16 Apr 2022 00:05:02 UTC
Severity: minor
Found in version 28.1
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 54967-done <at> debbugs.gnu.org (full text, mbox):
> From: Howard Melman <hmelman <at> gmail.com>
> Date: Fri, 15 Apr 2022 20:04:40 -0400
>
> The docstring of outline-minor-mode-cycle-filter says it
> filters out positions available for cycling. But the
> options the user has (via customize) describe the places on
> the heading that will remain for cycling.
>
> (defcustom outline-minor-mode-cycle-filter nil
> "Filter out positions on the heading available for cycling."
> :type '(choice (const :tag "Everywhere" nil)
> (const :tag "At line beginning" bolp)
> (const :tag "Not at line beginning"
> (lambda () (not (bolp))))
> (const :tag "At line end" eolp)
> (function :tag "Custom filter"))
> :version "28.1")
>
> E.g., if I choose "At line beginning" then cycling works if
> point is at the beginning of line. But the doc sounds to
> me like it shouldn't work at that location.
Thanks, I fixed the doc string of this option (and some other related
ones) for Emacs 28.2.
This bug report was last modified 3 years and 97 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.