diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-11-16 13:34:47 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-11-16 13:34:47 +0100 |
commit | 58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9 (patch) | |
tree | b5c96cf9f1cc1c0c78ed998040e40ab126da95bb /lisp/progmodes/ada-mode.el | |
parent | 110490118ed91082753d0f9e15d1774b6002caa2 (diff) | |
download | emacs-58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9.tar.gz |
Fix typos.
Diffstat (limited to 'lisp/progmodes/ada-mode.el')
-rw-r--r-- | lisp/progmodes/ada-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index 89a37307506..9d2aad7741b 100644 --- a/lisp/progmodes/ada-mode.el +++ b/lisp/progmodes/ada-mode.el @@ -105,8 +105,8 @@ ;; should be loaded before the ada-mode, which will then setup some variables ;; to improve the support for Ada code. ;; Here is the list of these modes: -;; `which-function-mode': Display the name of the subprogram the cursor is -;; in in the mode line. +;; `which-function-mode': Display in the modeline the name of the subprogram +;; the cursor is in. ;; `outline-mode': Provides the capability to collapse or expand the code ;; for specific language constructs, for instance if you want to hide the ;; code corresponding to a subprogram |