Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0cc8c85a
Commit
0cc8c85a
authored
Jul 10, 2009
by
Glenn Morris
Browse files
(Character Type, String Type): Merge in some menu descriptions from elisp.texi.
parent
c3cbbb40
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
10 deletions
+12
-10
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+1
-0
doc/lispref/objects.texi
doc/lispref/objects.texi
+11
-10
No files found.
doc/lispref/ChangeLog
View file @
0cc8c85a
...
...
@@ -2,6 +2,7 @@
* customize.texi (Customization Types):
* display.texi (Abstract Display):
* objects.texi (Character Type, String Type):
Merge in some menu descriptions from elisp.texi.
* hash.texi (Hash Tables):
...
...
doc/lispref/objects.texi
View file @
0cc8c85a
@c -*-texinfo-*-
@c This is part of the GNU Emacs Lisp Reference Manual.
@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001,
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
@c Free Software Foundation, Inc.
@c See the file elisp.texi for copying conditions.
@setfilename ../../info/objects
@node Lisp Data Types, Numbers, Introduction, Top
...
...
@@ -243,11 +244,11 @@ description of a character for the sake of messages. @xref{Describing
Characters}.
@menu
* Basic Char Syntax::
* General Escape Syntax::
* Ctl-Char Syntax::
* Meta-Char Syntax::
* Other Char Bits::
* Basic Char Syntax::
Syntax for regular characters.
* General Escape Syntax::
How to specify characters by their codes.
* Ctl-Char Syntax::
Syntax for control characters.
* Meta-Char Syntax::
Syntax for meta-characters.
* Other Char Bits::
Syntax for hyper-, super-, and alt-characters.
@end menu
@node Basic Char Syntax
...
...
@@ -975,10 +976,10 @@ of a string returns the same string.
@xref{Strings and Characters}, for functions that operate on strings.
@menu
* Syntax for Strings::
* Non-ASCII in Strings::
* Nonprinting Characters::
* Text Props and Strings::
* Syntax for Strings::
How to specify Lisp strings.
* Non-ASCII in Strings::
International characters in strings.
* Nonprinting Characters::
Literal unprintable characters in strings.
* Text Props and Strings::
Strings with text properties.
@end menu
@node Syntax for Strings
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment