aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nsfns.m2
-rw-r--r--src/syntax.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/nsfns.m b/src/nsfns.m
index ea099081a7f..9bc6c1d3418 100644
--- a/src/nsfns.m
+++ b/src/nsfns.m
@@ -3125,7 +3125,7 @@ Example: Install an icon Gnus.tiff and execute the following code
3125 3125
3126 (setq ns-icon-type-alist 3126 (setq ns-icon-type-alist
3127 (append ns-icon-type-alist 3127 (append ns-icon-type-alist
3128 '((\"^\\\\*\\\\(Group\\\\*$\\\\|Summary \\\\|Article\\\\*$\\\\)\" 3128 \\='((\"^\\\\*\\\\(Group\\\\*$\\\\|Summary \\\\|Article\\\\*$\\\\)\"
3129 . \"Gnus\")))) 3129 . \"Gnus\"))))
3130 3130
3131When you miniaturize a Group, Summary or Article frame, Gnus.tiff will 3131When you miniaturize a Group, Summary or Article frame, Gnus.tiff will
diff --git a/src/syntax.c b/src/syntax.c
index 8e14bf3fb1d..16b7fabe938 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -3079,7 +3079,7 @@ but before count is used up, nil is returned. */)
3079DEFUN ("backward-prefix-chars", Fbackward_prefix_chars, Sbackward_prefix_chars, 3079DEFUN ("backward-prefix-chars", Fbackward_prefix_chars, Sbackward_prefix_chars,
3080 0, 0, 0, 3080 0, 0, 0,
3081 doc: /* Move point backward over any number of chars with prefix syntax. 3081 doc: /* Move point backward over any number of chars with prefix syntax.
3082This includes chars with expression prefix syntax class (') and those with 3082This includes chars with expression prefix syntax class (\\=') and those with
3083the prefix syntax flag (p). */) 3083the prefix syntax flag (p). */)
3084 (void) 3084 (void)
3085{ 3085{