diff options
author | Alan Mackenzie <acm@muc.de> | 2016-01-25 12:35:15 +0000 |
---|---|---|
committer | Alan Mackenzie <acm@muc.de> | 2016-01-25 12:35:15 +0000 |
commit | ec90220ac1bd81437654d07b769819e1dcd24de5 (patch) | |
tree | 22865eeeabfad524640433fc6ed8a17ac649d046 /lisp/textmodes | |
parent | ae555b6524c32b8a7d6a450dc24cf546a7533d37 (diff) | |
download | emacs-ec90220ac1bd81437654d07b769819e1dcd24de5.tar.gz |
Expunge "allow" + infinitive from source and doc, part 2.
Do the same for "permit", "enable", "prevent", and (where appropriate)
"require".
doc/misc/reftex.texi:
doc/misc/url.texi:
lib/get-permissions.c:
lib/strftime.c:
lisp/org/org-element.el:
lisp/org/org-mobile.el:
lisp/textmodes/reftex-vars.el:
src/bidi.c:
src/emacs.c:
src/xdisp.c:
test/etags/c-src/emacs/src/lisp.h:
Expunge the likes of "This allows to do something" from the above files.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r-- | lisp/textmodes/reftex-vars.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el index c725d9f450e..d1a6b87da2e 100644 --- a/lisp/textmodes/reftex-vars.el +++ b/lisp/textmodes/reftex-vars.el @@ -1905,7 +1905,7 @@ instead or as well. The variable may have one of these values: mouse Highlighting is mouse driven. both Both cursor and mouse trigger highlighting. -Changing this variable requires to rebuild the selection and *toc* buffers +Changing this variable requires rebuilding the selection and *toc* buffers to become effective (keys `g' or `r')." :group 'reftex-fontification-configurations :type '(choice |