diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/ada-xref.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ada-xref.el b/lisp/progmodes/ada-xref.el index ae65688a351..c6fcc670038 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." | |||
| 1802 | 1802 | ||
| 1803 | (defun ada-find-in-ali (identlist &optional other-frame) | 1803 | (defun ada-find-in-ali (identlist &optional other-frame) |
| 1804 | "Look in the .ali file for the definition of the identifier in IDENTLIST. | 1804 | "Look in the .ali file for the definition of the identifier in IDENTLIST. |
| 1805 | If OTHER-FRAME is non nil, and `ada-xref-other-buffer' is non nil, | 1805 | If OTHER-FRAME is non-nil, and `ada-xref-other-buffer' is non-nil, |
| 1806 | opens a new window to show the declaration." | 1806 | opens a new window to show the declaration." |
| 1807 | 1807 | ||
| 1808 | (ada-get-all-references identlist) | 1808 | (ada-get-all-references identlist) |