Expunge "allow" + infinitive without direct object from source and doc.
Do the same for "permit", "enable", and "prevent". * doc/emacs/mule.texi: * doc/lispref/control.texi: * doc/lispref/display.texi: * doc/lispref/frames.texi: * doc/lispref/functions.texi: * doc/lispref/nonascii.texi: * doc/lispref/streams.texi: * doc/lispref/windows.texi: * doc/misc/dbus.texi: * doc/misc/eww.texi: * doc/misc/flymake.texi: * doc/misc/octave-mode.texi: * doc/misc/org.texi: * doc/misc/reftex.texi: * doc/misc/tramp.texi: * doc/misc/wisent.texi: * etc/NEWS: * lisp/autorevert.el: * lisp/cedet/mode-local.el: * lisp/cedet/semantic/senator.el: * lisp/cedet/semantic/wisent.el: * lisp/dos-fns.el: * lisp/frameset.el: * lisp/gnus/gnus-agent.el: * lisp/gnus/mm-util.el: * lisp/international/characters.el: * lisp/ldefs-boot.el: * lisp/mail/mailclient.el: * lisp/man.el: * lisp/mh-e/mh-search.el: * lisp/net/tramp-cmds.el: * lisp/net/tramp-gvfs.el: * lisp/org/org-crypt.el: * lisp/org/org-element.el: * lisp/org/org-feed.el: * lisp/org/org.el: * lisp/org/ox-ascii.el: * lisp/org/ox-icalendar.el: * lisp/org/ox-publish.el: * lisp/org/ox.el: * lisp/play/gamegrid.el: * lisp/play/gomoku.el: * lisp/progmodes/antlr-mode.el: * lisp/progmodes/python.el: * lisp/progmodes/vhdl-mode.el: * lisp/strokes.el: * lisp/textmodes/ispell.el: * lisp/tree-widget.el: * lisp/vc/pcvs.el: * lisp/window.el: * src/lisp.h: * src/w32.c: * src/w32heap.c: * src/w32term.c: * src/window.c: * src/xfaces.c: Replace solecisms like "This allow to do something" with a correct alternative, such as "This allow you to do something", "This allows something to be done" or "This allows the doing of something".
This commit is contained in:
parent
fef1b3066a
commit
fbce4757a8
56 changed files with 131 additions and 129 deletions
|
@ -803,7 +803,7 @@ if available."
|
|||
(setq isearch-adjusted t)
|
||||
(isearch-update))
|
||||
|
||||
;; Recent versions of GNU Emacs allow to override the isearch search
|
||||
;; Recent versions of GNU Emacs allow overriding the isearch search
|
||||
;; function for special needs, and avoid to advice the built-in search
|
||||
;; function :-)
|
||||
(defun senator-isearch-search-fun ()
|
||||
|
|
|
@ -149,7 +149,7 @@ and will be collected in `semantic-lex' form: (SYMBOL START . END)."
|
|||
|
||||
;; Parser plug-ins
|
||||
;;
|
||||
;; The following functions permit to plug the Wisent LALR parser in
|
||||
;; The following functions permit plugging the Wisent LALR parser in
|
||||
;; Semantic toolkit. They use the standard API provided by Semantic
|
||||
;; to plug parsers in.
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue