aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2019-01-12 14:47:33 -0800
committerGlenn Morris2019-01-12 14:47:33 -0800
commit6ac5985418e5e6e164ff7cbf3fdc5778c30da5e3 (patch)
treee43b4c6136a08ef785fa84e34082de1a7843a44d /src
parent21b902692828d25bae492c42167281bf1b178bd1 (diff)
downloademacs-6ac5985418e5e6e164ff7cbf3fdc5778c30da5e3.tar.gz
emacs-6ac5985418e5e6e164ff7cbf3fdc5778c30da5e3.zip
; Fix some trivial doc typos
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.112
-rw-r--r--src/ChangeLog.42
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11
index cdc119ede78..46ab8b9f328 100644
--- a/src/ChangeLog.11
+++ b/src/ChangeLog.11
@@ -23186,7 +23186,7 @@
23186 Delete argument prop_index. 23186 Delete argument prop_index.
23187 (font_property_table): Change arguments to validator. Change Callers. 23187 (font_property_table): Change arguments to validator. Change Callers.
23188 (font_lispy_object): Delete. 23188 (font_lispy_object): Delete.
23189 (font_at): Use font_find_object instead fo font_lispy_object. 23189 (font_at): Use font_find_object instead of font_lispy_object.
23190 23190
231912008-02-01 Kenichi Handa <handa@ni.aist.go.jp> 231912008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
23192 23192
diff --git a/src/ChangeLog.4 b/src/ChangeLog.4
index 02da8c0caf5..ab2807c1257 100644
--- a/src/ChangeLog.4
+++ b/src/ChangeLog.4
@@ -5135,7 +5135,7 @@
5135 (BSTRING): Deleted because they are stubs to the memory funcs. 5135 (BSTRING): Deleted because they are stubs to the memory funcs.
5136 (memmove): Defined as safe_bcopy since memcpy is not safe. 5136 (memmove): Defined as safe_bcopy since memcpy is not safe.
5137 (HAVE_X_WINDOWS): Does not conditionally define anything any more. 5137 (HAVE_X_WINDOWS): Does not conditionally define anything any more.
5138 Added support fo the GNU C compiler bundled with R3V7. 5138 Added support for the GNU C compiler bundled with R3V7.
5139 5139
51401993-07-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) 51401993-07-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5141 5141