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
ac1470eb
Commit
ac1470eb
authored
Apr 22, 2001
by
Eli Zaretskii
Browse files
(sentence-end): Doc fix.
parent
78c1afb6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/textmodes/paragraphs.el
lisp/textmodes/paragraphs.el
+1
-0
No files found.
lisp/ChangeLog
View file @
ac1470eb
2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
* textmodes/paragraphs.el (sentence-end): Doc fix.
2001-04-20 Alex Schroeder <alex@gnu.org>
* sql.el (sql-escape-newlines-and-send): New function.
...
...
lisp/textmodes/paragraphs.el
View file @
ac1470eb
...
...
@@ -130,6 +130,7 @@ text indented by a margin setting."
(defcustom sentence-end (purecopy "
[.?!][]\"
'
)
}]*\\
(
$\\| $\\|\t\\| \\)[ \t\n]*")
"*Regexp describing the end of a sentence.
The value includes the whitespace following the sentence.
All paragraph boundaries also end sentences, regardless.
The default value specifies that in order to be recognized as the end
...
...
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