emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110922: Fix typos in previous


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110922: Fix typos in previous
Date: Tue, 20 Nov 2012 00:47:57 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110922
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Tue 2012-11-20 00:47:57 -0800
message:
  Fix typos in previous
modified:
  doc/lispref/debugging.texi
=== modified file 'doc/lispref/debugging.texi'
--- a/doc/lispref/debugging.texi        2012-11-20 08:02:54 +0000
+++ b/doc/lispref/debugging.texi        2012-11-20 08:47:57 +0000
@@ -820,9 +820,9 @@
 
 If your program is working correctly, but you want to make it run more
 quickly or efficiently, the first thing to do is @dfn{profile} your
-code that you know how it is using resources.  If you find that one
+code so that you know how it is using resources.  If you find that one
 particular function is responsible for a significant portion of the
-runtime, you can start by looking for ways to optimize that piece.
+runtime, you can start looking for ways to optimize that piece.
 
 Emacs has built-in support for this.  To begin profiling, type
 @kbd{M-x profiler-start}.  You can choose to profile by processor


reply via email to

[Prev in Thread] Current Thread [Next in Thread]