diff options
Diffstat (limited to 'doc/emacs/programs.texi')
-rw-r--r-- | doc/emacs/programs.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index 00454551281..1f2c8b1e1c2 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi @@ -1340,7 +1340,7 @@ based on the spell-checker's dictionary. @xref{Spelling}. @section MixedCase Words @cindex camel case - Some programming styles make use of mixed-case (or CamelCase) + Some programming styles make use of mixed-case (or ``CamelCase'') symbols like @samp{unReadableSymbol}. (In the GNU project, we recommend using underscores to separate words within an identifier, rather than using case distinctions.) Emacs has various features to make it easier |