aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Berman2016-06-13 18:08:22 +0200
committerStephen Berman2016-06-13 18:08:22 +0200
commit20de6679b0b56b4e37fa7e145a3ed33010f3f6d4 (patch)
tree5e76aada3ad2d10b0a3bd27b1554cef565090b63 /src
parenta67a4e598d57cd9d6fb6442e747ebabc8da2798a (diff)
downloademacs-20de6679b0b56b4e37fa7e145a3ed33010f3f6d4.tar.gz
emacs-20de6679b0b56b4e37fa7e145a3ed33010f3f6d4.zip
Doc fixes for grammar and typos (bug#23746)
* doc/emacs/files.texi (Customize Save): * doc/emacs/frames.texi (Window Dividers): * doc/emacs/misc.texi (Printing): * doc/lispref/compile.texi (Compiler Errors): * doc/lispref/keymaps.texi (Changing Key Bindings): * doc/lispref/loading.texi (Named Features): * doc/lispref/markers.texi (Marker Insertion Types): * doc/lispref/modes.texi (Mode Hooks): * doc/lispref/text.texi (Undo): * src/floatfns.c (Fldexp): * src/xfaces.c (syms_of_xfaces): Minor doc fixes for grammar and typos (bug#23746).
Diffstat (limited to 'src')
-rw-r--r--src/floatfns.c4
-rw-r--r--src/xfaces.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/floatfns.c b/src/floatfns.c
index c1bd25877e3..f514fcbea8c 100644
--- a/src/floatfns.c
+++ b/src/floatfns.c
@@ -185,8 +185,8 @@ If X is zero, both parts (SGNFCAND and EXP) are zero. */)
185} 185}
186 186
187DEFUN ("ldexp", Fldexp, Sldexp, 2, 2, 0, 187DEFUN ("ldexp", Fldexp, Sldexp, 2, 2, 0,
188 doc: /* Return X * 2**EXP, as a floating point number. 188 doc: /* Return SGNFCAND * 2**EXPONENT, as a floating point number.
189EXP must be an integer. */) 189EXPONENT must be an integer. */)
190 (Lisp_Object sgnfcand, Lisp_Object exponent) 190 (Lisp_Object sgnfcand, Lisp_Object exponent)
191{ 191{
192 CHECK_NUMBER (exponent); 192 CHECK_NUMBER (exponent);
diff --git a/src/xfaces.c b/src/xfaces.c
index 88f5f3415b0..5077cb2d944 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -6503,8 +6503,8 @@ REPLACEMENT is a face specification, i.e. one of the following:
6503 (3) a list in which each element has the form of (1) or (2). 6503 (3) a list in which each element has the form of (1) or (2).
6504 6504
6505List values for REPLACEMENT are merged to form the final face 6505List values for REPLACEMENT are merged to form the final face
6506specification, with earlier entries taking precedence, in the same as 6506specification, with earlier entries taking precedence, in the same way
6507as in the `face' text property. 6507as with the `face' text property.
6508 6508
6509Face-name remapping cycles are suppressed; recursive references use 6509Face-name remapping cycles are suppressed; recursive references use
6510the underlying face instead of the remapped face. So a remapping of 6510the underlying face instead of the remapped face. So a remapping of