diff options
| author | Eli Zaretskii | 2001-05-18 10:47:16 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-05-18 10:47:16 +0000 |
| commit | 11c9c5af13a042f75e89d26b63a9a4b134db4529 (patch) | |
| tree | 005f23aa1a46bc79e913f1c7b6ea2e18a75682c0 | |
| parent | cb8ce5db8cd8394f76b5d1efdd6a53a243ffe3ec (diff) | |
| download | emacs-11c9c5af13a042f75e89d26b63a9a4b134db4529.tar.gz emacs-11c9c5af13a042f75e89d26b63a9a4b134db4529.zip | |
(LessTif Resources): Avoid Overfull box.
| -rw-r--r-- | man/cmdargs.texi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi index 62cfaf14f22..87b5bdb2ea4 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi | |||
| @@ -1293,8 +1293,12 @@ Emacs.pane.menubar.popup_*.popup_*.@var{menu}.@var{resource}: @var{value} | |||
| 1293 | For example, | 1293 | For example, |
| 1294 | 1294 | ||
| 1295 | @smallexample | 1295 | @smallexample |
| 1296 | Emacs.pane.menubar.popup_*.popup_*.Spell Checking.Spell-Check Message: @var{value} | 1296 | Emacs.pane.menubar.popup_*.popup_*.Spell Checking.Spell-Check Message: |
| 1297 | @var{value} | ||
| 1297 | @end smallexample | 1298 | @end smallexample |
| 1299 | |||
| 1300 | @noindent | ||
| 1301 | (This should be one long line.) | ||
| 1298 | 1302 | ||
| 1299 | It's impossible to specify a resource for all the menu-bar items | 1303 | It's impossible to specify a resource for all the menu-bar items |
| 1300 | without also specifying it for the submenus as well. So if you want the | 1304 | without also specifying it for the submenus as well. So if you want the |