aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/ada-xref.el
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2006-11-03 15:11:15 +0000
committerJuanma Barranquero <[email protected]>2006-11-03 15:11:15 +0000
commit09aba29c3cdde108aa8b6d6782e11731fe2e3c5d (patch)
treef46f3a53342a796b43cf1d79eb7d8a6d7761f13b /lisp/progmodes/ada-xref.el
parentbac964bb85709061b526287b48765f434db4c8cd (diff)
(ada-find-in-ali): Use "non-nil" in docstrings.
Diffstat (limited to 'lisp/progmodes/ada-xref.el')
-rw-r--r--lisp/progmodes/ada-xref.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ada-xref.el b/lisp/progmodes/ada-xref.el
index ae65688a35..c6fcc67003 100644
--- a/lisp/progmodes/ada-xref.el
+++ b/lisp/progmodes/ada-xref.el
@@ -1802,7 +1802,7 @@ This function is disabled for operators, and only works for identifiers."
(defun ada-find-in-ali (identlist &optional other-frame)
"Look in the .ali file for the definition of the identifier in IDENTLIST.
-If OTHER-FRAME is non nil, and `ada-xref-other-buffer' is non nil,
+If OTHER-FRAME is non-nil, and `ada-xref-other-buffer' is non-nil,
opens a new window to show the declaration."
(ada-get-all-references identlist)