aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2003-01-24 17:23:46 +0000
committerJuanma Barranquero <[email protected]>2003-01-24 17:23:46 +0000
commitf25dcaa0bbe8f1764fb93ff0e2ad1eaf9a779c1c (patch)
treea1a3a84d003395d0e9fc1fef3d09ade7698bf4cc
parentb48ca14f34ae3f28ff9f1cfec36e37aca70432bd (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/xsmfns.c8
2 files changed, 8 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d1e7d1a293..09b0d71be3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-24 Juanma Barranquero <[email protected]>
+
+ * isearch.el (isearch-forward): Fix typo.
+
2003-01-24 Kenichi Handa <[email protected]>
* international/mule.el (decode-coding-inserted-region): Renamed
diff --git a/src/xsmfns.c b/src/xsmfns.c
index c2640e87ff..8f6c8714ea 100644
--- a/src/xsmfns.c
+++ b/src/xsmfns.c
@@ -1,6 +1,6 @@
/* Session management module for systems which understand the X Session
management protocol.
- Copyright (C) 2002, 2002 Free Software Foundation, Inc.
+ Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@ -167,7 +167,7 @@ smc_interact_CB (smcConn, clientData)
emacs_event.kind = SAVE_SESSION_EVENT;
}
-/* This is called when the session manager tells us to save ourself.
+/* This is called when the session manager tells us to save ourselves.
We set the required properties so the session manager can restart us,
plus the current working directory property (not mandatory) so we
are started in the correct directory.
@@ -312,7 +312,7 @@ smc_shutdown_cancelled_CB (smcConn, clientData)
/* Empty */
}
-/* Error handlers for SM and ICE. We don't wan't to exit Emacs just
+/* Error handlers for SM and ICE. We don't want to exit Emacs just
because there is some error in the session management. */
static void
smc_error_handler (smcConn,
@@ -443,7 +443,7 @@ x_session_initialize ()
IceAddConnectionWatch (ice_conn_watch_CB, 0);
/* Open the connection to the session manager. A failure is not
- critical, it usualy means that no session manager is running.
+ critical, it usually means that no session manager is running.
The errorstring is here for debugging. */
smc_conn = SmcOpenConnection (NULL, NULL, 1, 0,
(SmcSaveYourselfProcMask|