diff options
| author | Alan Mackenzie | 2016-01-24 20:30:39 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2016-01-24 20:30:39 +0000 |
| commit | fbce4757a874cc43806eb41b8637538b101c3c69 (patch) | |
| tree | 029f7e1407ed659d9966a29c723197a545148795 /lisp/progmodes/python.el | |
| parent | fef1b3066ae02ec6dd37b0358905491fabbedfdf (diff) | |
| download | emacs-fbce4757a874cc43806eb41b8637538b101c3c69.tar.gz emacs-fbce4757a874cc43806eb41b8637538b101c3c69.zip | |
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".
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index fd700463acb..5aeefe47a54 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -2737,7 +2737,7 @@ killed." | |||
| 2737 | (process (get-buffer-process buffer)) | 2737 | (process (get-buffer-process buffer)) |
| 2738 | ;; Users can override the interpreter and args | 2738 | ;; Users can override the interpreter and args |
| 2739 | ;; interactively when calling `run-python', let-binding | 2739 | ;; interactively when calling `run-python', let-binding |
| 2740 | ;; these allows to have the new right values in all | 2740 | ;; these allows having the new right values in all |
| 2741 | ;; setup code that is done in `inferior-python-mode', | 2741 | ;; setup code that is done in `inferior-python-mode', |
| 2742 | ;; which is important, especially for prompt detection. | 2742 | ;; which is important, especially for prompt detection. |
| 2743 | (python-shell--interpreter interpreter) | 2743 | (python-shell--interpreter interpreter) |
| @@ -3351,7 +3351,7 @@ def __PYTHON_EL_native_completion_setup(): | |||
| 3351 | if not completion: | 3351 | if not completion: |
| 3352 | if self.last_completion != '1__dummy_completion__': | 3352 | if self.last_completion != '1__dummy_completion__': |
| 3353 | # When no more completions are available, returning a | 3353 | # When no more completions are available, returning a |
| 3354 | # dummy with non-sharing prefix allow to ensure output | 3354 | # dummy with non-sharing prefix allow ensuring output |
| 3355 | # while preventing changes to current input. | 3355 | # while preventing changes to current input. |
| 3356 | # Coincidentally it's also the end of output. | 3356 | # Coincidentally it's also the end of output. |
| 3357 | completion = '1__dummy_completion__' | 3357 | completion = '1__dummy_completion__' |