Resorted; add some missing Morohashi's Daikanwa characters; add
[chise/xemacs-chise.git] / info / lispref.info-11
index da47f2d..1780b0a 100644 (file)
@@ -650,7 +650,7 @@ Keywords::.  Here is an example, from the library `paren.el':
      (defcustom show-paren-mode nil
        "Toggle Show Paren mode...."
        :set (lambda (symbol value)
-        (show-paren-mode (or value 0)))
+              (show-paren-mode (or value 0)))
        :initialize 'custom-initialize-default
        :type 'boolean
        :group 'paren-showing
@@ -1201,7 +1201,7 @@ these facilities call the `load' function to do the work.
      function to search through `load-path'.) It searches for FILENAME
      through PATH-LIST, expanded by one of the optional SUFFIXES
      (string of suffixes separated by `:'s), checking for access MODE
-     (0|1|2|4 = exists|executable|writeable|readable), default readable.
+     (0|1|2|4 = exists|executable|writable|readable), default readable.
 
      `locate-file' keeps hash tables of the directories it searches
      through, in order to speed things up.  It tries valiantly to not