diff options
| author | Eli Zaretskii | 2017-02-07 18:29:02 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2017-02-07 18:29:02 +0200 |
| commit | 38fc456d27973843685a1e51ea992641303e2145 (patch) | |
| tree | bb15d1d5861cadfb6168d602d82a7a927e754f7d /doc/misc | |
| parent | 00e75bab624bb00e1c72f354474df23423d528c4 (diff) | |
| download | emacs-38fc456d27973843685a1e51ea992641303e2145.tar.gz emacs-38fc456d27973843685a1e51ea992641303e2145.zip | |
Fix a typo in ada-mode manual
* doc/misc/ada-mode.texi (Project file variables): Add a missing
right bracket. Reported by Jean-Christophe Helary
<jean.christophe.helary@gmail.com>.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ada-mode.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/ada-mode.texi b/doc/misc/ada-mode.texi index 127a009417e..2ea4c7f36b2 100644 --- a/doc/misc/ada-mode.texi +++ b/doc/misc/ada-mode.texi | |||
| @@ -540,7 +540,7 @@ Lisp variable: @code{ada-prj-default-bind-opt}. | |||
| 540 | @item @code{build_dir} [default: @code{"."}] | 540 | @item @code{build_dir} [default: @code{"."}] |
| 541 | The compile commands will be issued in this directory. | 541 | The compile commands will be issued in this directory. |
| 542 | 542 | ||
| 543 | @item @code{casing} [default: @code{("~/.emacs_case_exceptions")} | 543 | @item @code{casing} [default: @code{("~/.emacs_case_exceptions")}] |
| 544 | List of files containing casing exceptions. See the help on | 544 | List of files containing casing exceptions. See the help on |
| 545 | @code{ada-case-exception-file} for more info. | 545 | @code{ada-case-exception-file} for more info. |
| 546 | @c FIXME: section on case exceptions | 546 | @c FIXME: section on case exceptions |