aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2003-10-24 02:40:27 +0000
committerKenichi Handa2003-10-24 02:40:27 +0000
commit7fc0a41353f4143c5dbba5fec30c9e9ae39861cb (patch)
tree0c3ec42dae2712cdfe3747b174cd85846290175c
parentcc36ddbf04178e89c77faf8b240b3fcf118a8110 (diff)
downloademacs-7fc0a41353f4143c5dbba5fec30c9e9ae39861cb.tar.gz
emacs-7fc0a41353f4143c5dbba5fec30c9e9ae39861cb.zip
(compose-region): Doc fix (delete duplicated line).
-rw-r--r--lisp/composite.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/composite.el b/lisp/composite.el
index a076d996677..f969fef777a 100644
--- a/lisp/composite.el
+++ b/lisp/composite.el
@@ -164,7 +164,6 @@ First two arguments START and END are positions (integers or markers)
164specifying the region. 164specifying the region.
165 165
166Optional 3rd argument COMPONENTS, if non-nil, is a character, a string 166Optional 3rd argument COMPONENTS, if non-nil, is a character, a string
167Optional 3rd argument COMPONENTS, if non-nil, is a character, a string
168or a vector or list of integers and rules. 167or a vector or list of integers and rules.
169 168
170If it is a character, it is an alternate character to display instead 169If it is a character, it is an alternate character to display instead