diff options
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/antlr-mode.el | 4 | ||||
-rw-r--r-- | lisp/progmodes/python.el | 4 | ||||
-rw-r--r-- | lisp/progmodes/vhdl-mode.el | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lisp/progmodes/antlr-mode.el b/lisp/progmodes/antlr-mode.el index 20880a806fd..f33609c1d0a 100644 --- a/lisp/progmodes/antlr-mode.el +++ b/lisp/progmodes/antlr-mode.el @@ -537,8 +537,8 @@ corresponding kind, i.e., looks like \(OPTION-DEF...). Each OPTION-DEF looks like \(OPTION-NAME EXTRA-FN VALUE-SPEC...) which defines a file/grammar/rule/subrule option with name OPTION-NAME. The OPTION-NAMEs are used for the creation of the \"Insert XXX Option\" -submenus, see `antlr-options-use-submenus', and to allow to insert the -option name with completion when using \\[antlr-insert-option]. +submenus, see `antlr-options-use-submenus', and to allow the insersion +of the option name with completion when using \\[antlr-insert-option]. If EXTRA-FN is a function, it is called at different phases of the insertion with arguments \(PHASE OPTION-NAME). PHASE can have the 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." (process (get-buffer-process buffer)) ;; Users can override the interpreter and args ;; interactively when calling `run-python', let-binding - ;; these allows to have the new right values in all + ;; these allows having the new right values in all ;; setup code that is done in `inferior-python-mode', ;; which is important, especially for prompt detection. (python-shell--interpreter interpreter) @@ -3351,7 +3351,7 @@ def __PYTHON_EL_native_completion_setup(): if not completion: if self.last_completion != '1__dummy_completion__': # When no more completions are available, returning a - # dummy with non-sharing prefix allow to ensure output + # dummy with non-sharing prefix allow ensuring output # while preventing changes to current input. # Coincidentally it's also the end of output. completion = '1__dummy_completion__' diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el index d20a6b2f682..b176e64652e 100644 --- a/lisp/progmodes/vhdl-mode.el +++ b/lisp/progmodes/vhdl-mode.el @@ -4422,8 +4422,8 @@ Usage: according to option `vhdl-argument-list-indent'. If option `vhdl-indent-tabs-mode' is nil, spaces are used instead of - tabs. `\\[tabify]' and `\\[untabify]' allow to convert spaces to tabs - and vice versa. + tabs. `\\[tabify]' and `\\[untabify]' allow the conversion of spaces to + tabs and vice versa. Syntax-based indentation can be very slow in large files. Option `vhdl-indent-syntax-based' allows you to use faster but simpler indentation. |