Eli Zaretskii writes: >> Cc: 70217@debbugs.gnu.org >> From: Spencer Baugh >> Date: Thu, 16 May 2024 16:26:32 -0400 >> >> +(defcustom completion-pcm-anchored t >> + "If nil, the partial-completion style expands at the start of a string. > > How can a style "expand at the start of a string"? This sentence > needs to be reworded to tell the effect of the variable more clear. > >> +If non-nil, then expansion at the start of a string only happens >> +if the string begins with a wildcard. > > What is a "wildcard" in this context? > > This is a user option, so the doc string should be understandable by > users, not just by Lisp programmers who tinker with completion stuff. OK, reworded that docstring heavily. Maybe it's better now? > > Also, this new option should be in NEWS, I think. Added to NEWS and documentation, and the same for the new possible values of completion-styles.