[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 0fae08d: Fix typos in EIEIO manual
From: |
Tom Tromey |
Subject: |
[Emacs-diffs] master 0fae08d: Fix typos in EIEIO manual |
Date: |
Sun, 5 Mar 2017 19:21:11 -0500 (EST) |
branch: master
commit 0fae08d0072f74d97ca70b91a4d46d8d28a03952
Author: Tom Tromey <address@hidden>
Commit: Tom Tromey <address@hidden>
Fix typos in EIEIO manual
* doc/misc/eieio.texi (Slot Options, Class Options): Fix typos.
---
doc/misc/eieio.texi | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/doc/misc/eieio.texi b/doc/misc/eieio.texi
index ce31bc8..dfae565 100644
--- a/doc/misc/eieio.texi
+++ b/doc/misc/eieio.texi
@@ -479,31 +479,31 @@ Name of a generic function which can be used to fetch the
value of this slot.
You can call this function later on your object and retrieve the value
of the slot.
-This options is in the CLOS spec, but is not fully compliant in @eieio{}.
+This option is in the CLOS spec, but is not fully compliant in @eieio{}.
@item :writer
Name of a generic function which will write this slot.
-This options is in the CLOS spec, but is not fully compliant in @eieio{}.
+This option is in the CLOS spec, but is not fully compliant in @eieio{}.
@item :reader
Name of a generic function which will read this slot.
-This options is in the CLOS spec, but is not fully compliant in @eieio{}.
+This option is in the CLOS spec, but is not fully compliant in @eieio{}.
@item :custom
A custom :type specifier used when editing an object of this type.
See documentation for @code{defcustom} for details. This specifier is
equivalent to the :type spec of a @code{defcustom} call.
-This options is specific to Emacs, and is not in the CLOS spec.
+This option is specific to Emacs, and is not in the CLOS spec.
@item :label
When customizing an object, the value of :label will be used instead
of the slot name. This enables better descriptions of the data than
would usually be afforded.
-This options is specific to Emacs, and is not in the CLOS spec.
+This option is specific to Emacs, and is not in the CLOS spec.
@item :group
Similar to @code{defcustom}'s :group command, this organizes different
@@ -511,7 +511,7 @@ slots in an object into groups. When customizing an
object, only the
slots belonging to a specific group need be worked with, simplifying the
size of the display.
-This options is specific to Emacs, and is not in the CLOS spec.
+This option is specific to Emacs, and is not in the CLOS spec.
@item :printer
This routine takes a symbol which is a function name. The function
@@ -546,7 +546,7 @@ Access this slot only from methods of the same class or a
child class.
Access this slot only from methods of the same class.
@end table
-This options is specific to Emacs, and is not in the CLOS spec.
+This option is specific to Emacs, and is not in the CLOS spec.
@end table
@@ -571,7 +571,7 @@ the @code{:type} is specifies something such as
@code{string} then allow
this to pass. The default is to have this option be off. This is
implemented as an alternative to unbound slots.
-This options is specific to Emacs, and is not in the CLOS spec.
+This option is specific to Emacs, and is not in the CLOS spec.
@item :abstract
A class which is @code{:abstract} cannot be instantiated, and instead
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 0fae08d: Fix typos in EIEIO manual,
Tom Tromey <=