diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-06-18 13:57:17 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-06-18 13:57:17 +0000 |
commit | 342fd6cd64f3199cc46a08b28c1b7b15abcc168e (patch) | |
tree | dd4459493ee270e3cd5be82ce8db972479cde113 /lispref/customize.texi | |
parent | 9a2625351f07c169ca526e4d1646efbcbb5cd223 (diff) | |
download | emacs-342fd6cd64f3199cc46a08b28c1b7b15abcc168e.tar.gz |
Fix formatting ugliness.
Diffstat (limited to 'lispref/customize.texi')
-rw-r--r-- | lispref/customize.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/customize.texi b/lispref/customize.texi index 53c9fa92c32..baaceae47f0 100644 --- a/lispref/customize.texi +++ b/lispref/customize.texi @@ -658,7 +658,8 @@ means you should always list the most specific types first, and the most general last. Here's an example of proper usage: @example -(choice (const :tag "Off" nil) symbol (sexp :tag "Other")) +(choice (const :tag "Off" nil) + symbol (sexp :tag "Other")) @end example @noindent |