(Fstring_to_syntax): New function extracted from Fmodify_syntax_entry.
[bpt/emacs.git] / lispref / debugging.texi
index 62e7826..d8b465a 100644 (file)
@@ -1,6 +1,7 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
-@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1998 Free Software Foundation, Inc. 
+@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1998, 1999
+@c   Free Software Foundation, Inc. 
 @c See the file elisp.texi for copying conditions.
 @setfilename ../info/debugging
 @node Debugging, Read and Print, Advising Functions, Top
@@ -139,7 +140,7 @@ enter the debugger.
 
   To debug an error that happens during loading of the init
 file, use the option @samp{--debug-init}.  This binds
-@code{debug-on-error} to @code{t} while loading the init file., and
+@code{debug-on-error} to @code{t} while loading the init file, and
 bypasses the @code{condition-case} which normally catches errors in the
 init file.
 
@@ -732,7 +733,7 @@ found the discrepancy, undo the @kbd{C-M-q} with @kbd{C-_}, since the
 old indentation is probably appropriate to the intended parentheses.
 
   After you think you have fixed the problem, use @kbd{C-M-q} again.  If
-the old indentation actually fit the intended nesting of parentheses,
+the old indentation actually fits the intended nesting of parentheses,
 and you have put back those parentheses, @kbd{C-M-q} should not change
 anything.